lol

k9s: 0.50.9 → 0.50.12

panakour 975e553c 52cae843

+3 -3
+3 -3
pkgs/by-name/k9/k9s/package.nix
··· 12 12 13 13 buildGoModule (finalAttrs: { 14 14 pname = "k9s"; 15 - version = "0.50.9"; 15 + version = "0.50.12"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "derailed"; 19 19 repo = "k9s"; 20 20 tag = "v${finalAttrs.version}"; 21 - hash = "sha256-wTQOBxJgrDPcWSiezCwHNgvfGa6oWBM+DNa7RC/9PJA="; 21 + hash = "sha256-eN0z2Q6aMUcDnIyA1EoixKnDFvG7b7Z1F0LKZvV7pQo="; 22 22 }; 23 23 24 24 ldflags = [ ··· 32 32 33 33 proxyVendor = true; 34 34 35 - vendorHash = "sha256-SDl47tAYiE00gFpCvoBeiV8XL/E29457b1RQW3pogmM="; 35 + vendorHash = "sha256-Y0GBQf/iPhfBAlQGd/Ecn2fv0pspVzOTrmOzAluwfNY="; 36 36 37 37 # TODO investigate why some config tests are failing 38 38 doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64);