Skip to content

Commit

Permalink
Merge pull request #154482 from r-ryantm/auto-update/tanka
Browse files Browse the repository at this point in the history
tanka: 0.17.3 -> 0.19.0
  • Loading branch information
bobby285271 committed Jan 17, 2022
2 parents 1a005c7 + e1a00aa commit bcfd043
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.17.3";
version = "0.19.0";

src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Khu6ovtcXkqqt3W4OoJ09INgv80tw/6uDcJS+jt3y0Y=";
sha256 = "sha256-SMPStxqzoeooBoqUJdFK6Zg3dzbNHrB/tv8iwa8GdbM=";
};

vendorSha256 = "sha256-vpm2y/CxRNWkz6+AOMmmZH5AjRQWAa6WD5Fnx5lqJYw=";
vendorSha256 = "sha256-pqwdxFFcATfxGmz6quIH8OL4U2DZKmuVyOLEct2nBlE=";

doCheck = false;

Expand Down

0 comments on commit bcfd043

Please sign in to comment.