Skip to content

Commit ab5e1f5

Browse files
authored
k9s: 0.40.3 -> 0.40.5 (#383733)
2 parents 0df7390 + d930b94 commit ab5e1f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/k9/k9s/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildGoModule rec {
44
pname = "k9s";
5-
version = "0.40.3";
5+
version = "0.40.5";
66

77
src = fetchFromGitHub {
88
owner = "derailed";
99
repo = "k9s";
1010
rev = "v${version}";
11-
hash = "sha256-7juy1j2YULP76YIjwzaXRPfbzZ/cIIzH1v5nddl0bKk=";
11+
hash = "sha256-HntKFQnuPJ0i3yd7ItJNROs9decU6lMIxR2ptrc9yRc=";
1212
};
1313

1414
ldflags = [
@@ -23,7 +23,7 @@ buildGoModule rec {
2323

2424
proxyVendor = true;
2525

26-
vendorHash = "sha256-I0gUTyLLOiTm6LiEFHwylYA1I8+/365GxFs8nSARcy0=";
26+
vendorHash = "sha256-O62yKTOW0ZyHyP/PA6cMWHdKjnvaPqm/bXAPtJbhxeY=";
2727

2828
# TODO investigate why some config tests are failing
2929
doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64);

0 commit comments

Comments
 (0)