Skip to content

Commit 1b3de1c

Browse files
k9s: 0.32.7 -> 0.40.3 (#382777)
2 parents fca94f7 + 0ec8061 commit 1b3de1c

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.32.7";
5+
version = "0.40.3";
66

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

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

2424
proxyVendor = true;
2525

26-
vendorHash = "sha256-ENn2BpGFEpiTNZbnNVt4hv4R6NTT3GivFd3rTy3xEH8=";
26+
vendorHash = "sha256-I0gUTyLLOiTm6LiEFHwylYA1I8+/365GxFs8nSARcy0=";
2727

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

0 commit comments

Comments
 (0)