From 55f22a3d23c2236b39c018ee69ce988bfedfd577 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 22 May 2025 01:45:58 +0000 Subject: [PATCH] kubernetes-helmPlugins.helm-mapkubeapis: 0.5.2 -> 0.6.1 --- .../networking/cluster/helm/plugins/helm-mapkubeapis.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/helm/plugins/helm-mapkubeapis.nix b/pkgs/applications/networking/cluster/helm/plugins/helm-mapkubeapis.nix index 47aa83ee9653..7a57f58bef6c 100644 --- a/pkgs/applications/networking/cluster/helm/plugins/helm-mapkubeapis.nix +++ b/pkgs/applications/networking/cluster/helm/plugins/helm-mapkubeapis.nix @@ -6,16 +6,16 @@ buildGoModule rec { pname = "helm-mapkubeapis"; - version = "0.5.2"; + version = "0.6.1"; src = fetchFromGitHub { owner = "helm"; repo = "helm-mapkubeapis"; rev = "v${version}"; - hash = "sha256-0DIBdSi/WIHVF8O7OtJOaFnIfpObsUXzgpj25kJuS6E="; + hash = "sha256-RvyoqfhvoXESmc6M4B1XeUtal0zQt6LCKjByyBe6pUU="; }; - vendorHash = "sha256-G3Q8XCwKLgHeWLF46C5lWfvuynr/cJbkq7xdydfTHZ4="; + vendorHash = "sha256-ZnfNje0JuTCckW9SMc2TLb968nHiGK/bgOJnIllJJq4="; # NOTE: Remove the install and upgrade hooks. postPatch = ''