Samyak S Sarnayak
2025-04-16 00:03:41 +05:30
parent 5de293c7d3
commit 9bbf87016d
+3 -3
View File
@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "k9s";
version = "0.40.10";
version = "0.50.3";
src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
hash = "sha256-QGymGiTHT3Qnf9l/hhE3lgJ7TBBjKMe2k1aJ32khU0E=";
hash = "sha256-kv52OcQqi88kdGuWjZxE3+tSANOpTSbATrmJitUUicA=";
};
ldflags = [
@@ -32,7 +32,7 @@ buildGoModule rec {
proxyVendor = true;
vendorHash = "sha256-jAxrOdQcMIH7uECKGuuiTZlyV4aJ/a76IuKGouWg/r4=";
vendorHash = "sha256-FliIL1yMEvsvrjemaV5B++6OBQMXU/9EvBD1hiEwnnw=";
# TODO investigate why some config tests are failing
doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64);