kubernetes-helmPlugins.helm-unittest: 0.3.3 -> 0.3.5

authored by

Eric Bailey and committed by
Eric Bailey
b443041b ea7d2a1d

+3 -3
+3 -3
pkgs/applications/networking/cluster/helm/plugins/helm-unittest.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "helm-unittest"; 5 - version = "0.3.3"; 5 + version = "0.3.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = pname; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-11rgARUfTbr8FkmR2lI4uoIqzi9cRuVPalUOsxsnO3E="; 11 + hash = "sha256-RgEYFTI1uaW1aTr+/lpKQ39o5CLsj/p0JeSTUXti/IM="; 12 12 }; 13 13 14 - vendorHash = "sha256-E9HSP8c/rGG+PLbnT8V5GflpnFItCeXyeLGiqDj4tRI="; 14 + vendorHash = "sha256-P0PVzgaUN9X9x77v1psV13vNl06HrHbdlA1YHCq/eCo="; 15 15 16 16 # NOTE: Remove the install and upgrade hooks. 17 17 postPatch = ''