Skip to content

Commit

Permalink
kwok: 0.6.0 -> 0.6.1 (#352120)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 29, 2024
2 parents 1020404 + 3709ddb commit 1fb9813
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/kw/kwok/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "kwok";
version = "0.6.0";
version = "0.6.1";

src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = "kwok";
rev = "refs/tags/v${version}";
hash = "sha256-3g8enPxxh2SaxiDgDwJpAfSjv/iRoBRmTnXwDtuMdFA=";
hash = "sha256-RVyXGPT30Fz+K1VdMneYldXvzHyimuCX406DMKOtUq4=";
};

vendorHash = "sha256-YVGXYN7PgGgBzxhx6piP3NHRAsR1/pCj97UWB21WNMg=";
vendorHash = "sha256-xzFbcsL6pz91GFwjkriTMKlX2fgm2NMO9+H3lqH/C2c=";

doCheck = false; # docker is need for test

Expand Down

0 comments on commit 1fb9813

Please sign in to comment.