Skip to content

Commit

Permalink
kubernetes-helmPlugins.helm-unittest: 0.3.3 -> 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Oct 31, 2023
1 parent ea7d2a1 commit b443041
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "helm-unittest";
version = "0.3.3";
version = "0.3.5";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-11rgARUfTbr8FkmR2lI4uoIqzi9cRuVPalUOsxsnO3E=";
hash = "sha256-RgEYFTI1uaW1aTr+/lpKQ39o5CLsj/p0JeSTUXti/IM=";
};

vendorHash = "sha256-E9HSP8c/rGG+PLbnT8V5GflpnFItCeXyeLGiqDj4tRI=";
vendorHash = "sha256-P0PVzgaUN9X9x77v1psV13vNl06HrHbdlA1YHCq/eCo=";

# NOTE: Remove the install and upgrade hooks.
postPatch = ''
Expand Down

0 comments on commit b443041

Please sign in to comment.