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 09ea661 + 0892e72 commit 331d3aeCopy full SHA for 331d3ae
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.18";
+ version = "0.51.0";
16
17
src = fetchFromGitHub {
18
owner = "derailed";
19
repo = "k9s";
20
tag = "v${finalAttrs.version}";
21
- hash = "sha256-WIcT4LfoIZ8BctwrUgn+mLbqwJ2NZx6Sc5sJeT9fsus=";
+ hash = "sha256-70Rfu1BVd/QnwWXRRpwIeZ2UJNWIGixpdiOHo4v7adA=";
22
};
23
24
ldflags = [
@@ -32,7 +32,7 @@ buildGoModule (finalAttrs: {
32
33
proxyVendor = true;
34
35
- vendorHash = "sha256-QvMT/pHtwXAsbGxcOLwqYQoa2gdplhDUnPhwc/50PFs=";
+ vendorHash = "sha256-PkYDJK2oGl+siCG9p4R8shC0e5BhGFdJsc+ksL9J5zw=";
36
37
# TODO investigate why some config tests are failing
38
doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64);
0 commit comments