Skip to content

Commit bf8af3d

Browse files
committed
k9s: 0.50.13 -> 0.50.15
1 parent 01ac158 commit bf8af3d

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.13";
15+
version = "0.50.15";
1616

1717
src = fetchFromGitHub {
1818
owner = "derailed";
1919
repo = "k9s";
2020
tag = "v${finalAttrs.version}";
21-
hash = "sha256-X1AZArXeqfn+YSkj3c4gIVJrFvA4U3oV/XtvpsNhutg=";
21+
hash = "sha256-rTG2UtrVLlF+dFFJiNErYG6GL4ZQdwPlj1kdaLxh6TI=";
2222
};
2323

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

3333
proxyVendor = true;
3434

35-
vendorHash = "sha256-6IYMrh1wIiU2jy9RMpFWfjlerpfW/luFcusmlWBS7RE=";
35+
vendorHash = "sha256-Djz23/Ef7T7giE/KDsnbWnihwW37o40jevwVt8CbiQE=";
3636

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

0 commit comments

Comments
 (0)