Skip to content

Commit

Permalink
Merge pull request NixOS#248681 from r-ryantm/auto-update/tanka
Browse files Browse the repository at this point in the history
tanka: 0.25.0 -> 0.26.0
  • Loading branch information
fpletz committed Aug 12, 2023
2 parents b58ace2 + e282b89 commit 9659d10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/tanka/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "tanka";
version = "0.25.0";
version = "0.26.0";

src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LAOcDgosSGE7sLiQYSimz//oZ3FHcx3PTjtG0WdDNmg=";
sha256 = "sha256-xKB/SKiw3cKqdpl869Bs/NO1Jbrla8Un0hH4kIGqAPs=";
};

vendorHash = "sha256-//uxNK8u7zIVeIUN401DXtkJsX/1iVfDcoFwcs8Y3cg=";
vendorHash = "sha256-+BCUQ+czqWkxbDoSvCaAxewTN0SuI+hCHEQpLOvNGj4=";

doCheck = false;

Expand Down

0 comments on commit 9659d10

Please sign in to comment.