Skip to content

Commit

Permalink
tanka: 0.25.0 -> 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 12, 2023
1 parent 7ad1b2d commit e282b89
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 e282b89

Please sign in to comment.