Loading pkgs/by-name/k9/k9s/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ buildGoModule rec { pname = "k9s"; version = "0.40.5"; version = "0.40.10"; src = fetchFromGitHub { owner = "derailed"; repo = "k9s"; rev = "v${version}"; hash = "sha256-HntKFQnuPJ0i3yd7ItJNROs9decU6lMIxR2ptrc9yRc="; hash = "sha256-QGymGiTHT3Qnf9l/hhE3lgJ7TBBjKMe2k1aJ32khU0E="; }; ldflags = [ Loading @@ -23,7 +23,7 @@ buildGoModule rec { proxyVendor = true; vendorHash = "sha256-O62yKTOW0ZyHyP/PA6cMWHdKjnvaPqm/bXAPtJbhxeY="; vendorHash = "sha256-jAxrOdQcMIH7uECKGuuiTZlyV4aJ/a76IuKGouWg/r4="; # TODO investigate why some config tests are failing doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64); Loading Loading
pkgs/by-name/k9/k9s/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ buildGoModule rec { pname = "k9s"; version = "0.40.5"; version = "0.40.10"; src = fetchFromGitHub { owner = "derailed"; repo = "k9s"; rev = "v${version}"; hash = "sha256-HntKFQnuPJ0i3yd7ItJNROs9decU6lMIxR2ptrc9yRc="; hash = "sha256-QGymGiTHT3Qnf9l/hhE3lgJ7TBBjKMe2k1aJ32khU0E="; }; ldflags = [ Loading @@ -23,7 +23,7 @@ buildGoModule rec { proxyVendor = true; vendorHash = "sha256-O62yKTOW0ZyHyP/PA6cMWHdKjnvaPqm/bXAPtJbhxeY="; vendorHash = "sha256-jAxrOdQcMIH7uECKGuuiTZlyV4aJ/a76IuKGouWg/r4="; # TODO investigate why some config tests are failing doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64); Loading