We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ac158 commit bf8af3dCopy full SHA for bf8af3d
1 file changed
pkgs/by-name/k9/k9s/package.nix
@@ -12,13 +12,13 @@
12
13
buildGoModule (finalAttrs: {
14
pname = "k9s";
15
- version = "0.50.13";
+ version = "0.50.15";
16
17
src = fetchFromGitHub {
18
owner = "derailed";
19
repo = "k9s";
20
tag = "v${finalAttrs.version}";
21
- hash = "sha256-X1AZArXeqfn+YSkj3c4gIVJrFvA4U3oV/XtvpsNhutg=";
+ hash = "sha256-rTG2UtrVLlF+dFFJiNErYG6GL4ZQdwPlj1kdaLxh6TI=";
22
};
23
24
ldflags = [
@@ -32,7 +32,7 @@ buildGoModule (finalAttrs: {
32
33
proxyVendor = true;
34
35
- vendorHash = "sha256-6IYMrh1wIiU2jy9RMpFWfjlerpfW/luFcusmlWBS7RE=";
+ vendorHash = "sha256-Djz23/Ef7T7giE/KDsnbWnihwW37o40jevwVt8CbiQE=";
36
37
# TODO investigate why some config tests are failing
38
doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64);
0 commit comments