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.
1 parent d865758 commit d930b94Copy full SHA for d930b94
pkgs/by-name/k9/k9s/package.nix
@@ -2,13 +2,13 @@
2
3
buildGoModule rec {
4
pname = "k9s";
5
- version = "0.40.3";
+ version = "0.40.5";
6
7
src = fetchFromGitHub {
8
owner = "derailed";
9
repo = "k9s";
10
rev = "v${version}";
11
- hash = "sha256-7juy1j2YULP76YIjwzaXRPfbzZ/cIIzH1v5nddl0bKk=";
+ hash = "sha256-HntKFQnuPJ0i3yd7ItJNROs9decU6lMIxR2ptrc9yRc=";
12
};
13
14
ldflags = [
@@ -23,7 +23,7 @@ buildGoModule rec {
23
24
proxyVendor = true;
25
26
- vendorHash = "sha256-I0gUTyLLOiTm6LiEFHwylYA1I8+/365GxFs8nSARcy0=";
+ vendorHash = "sha256-O62yKTOW0ZyHyP/PA6cMWHdKjnvaPqm/bXAPtJbhxeY=";
27
28
# TODO investigate why some config tests are failing
29
doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64);
0 commit comments