We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fca94f7 + 0ec8061 commit 1b3de1cCopy full SHA for 1b3de1c
pkgs/by-name/k9/k9s/package.nix
@@ -2,13 +2,13 @@
2
3
buildGoModule rec {
4
pname = "k9s";
5
- version = "0.32.7";
+ version = "0.40.3";
6
7
src = fetchFromGitHub {
8
owner = "derailed";
9
repo = "k9s";
10
rev = "v${version}";
11
- hash = "sha256-0S6FomP1WVqYl5nP0FcaElgghMcZmE0V8iLhghERF6A=";
+ hash = "sha256-7juy1j2YULP76YIjwzaXRPfbzZ/cIIzH1v5nddl0bKk=";
12
};
13
14
ldflags = [
@@ -23,7 +23,7 @@ buildGoModule rec {
23
24
proxyVendor = true;
25
26
- vendorHash = "sha256-ENn2BpGFEpiTNZbnNVt4hv4R6NTT3GivFd3rTy3xEH8=";
+ vendorHash = "sha256-I0gUTyLLOiTm6LiEFHwylYA1I8+/365GxFs8nSARcy0=";
27
28
# TODO investigate why some config tests are failing
29
doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64);
0 commit comments