Skip to content

Commit 27daade

Browse files
committed
k9s: 0.50.18 -> 0.51.0
1 parent cbb5cf3 commit 27daade

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/k9/k9s/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
buildGoModule (finalAttrs: {
1414
pname = "k9s";
15-
version = "0.50.18";
15+
version = "0.51.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "derailed";
1919
repo = "k9s";
2020
tag = "v${finalAttrs.version}";
21-
hash = "sha256-WIcT4LfoIZ8BctwrUgn+mLbqwJ2NZx6Sc5sJeT9fsus=";
21+
hash = "sha256-70Rfu1BVd/QnwWXRRpwIeZ2UJNWIGixpdiOHo4v7adA=";
2222
};
2323

2424
ldflags = [
@@ -32,7 +32,7 @@ buildGoModule (finalAttrs: {
3232

3333
proxyVendor = true;
3434

35-
vendorHash = "sha256-QvMT/pHtwXAsbGxcOLwqYQoa2gdplhDUnPhwc/50PFs=";
35+
vendorHash = "sha256-PkYDJK2oGl+siCG9p4R8shC0e5BhGFdJsc+ksL9J5zw=";
3636

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

0 commit comments

Comments
 (0)