kubernetes-helmPlugins.helm-unittest: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm
2024-03-19 01:04:08 +00:00
parent e0d7b921c6
commit fcad047fce
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "helm-unittest";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-51Cx8V0cvuyBLFVmOWpA8X/kpDR67Q5EYZct44ED/ys=";
hash = "sha256-2ymsh+GWCjpiTVRIuf0i9+wz6WnwpG0QP6tErabSEFk=";
};
vendorHash = "sha256-6tXQ2fbn1ZzImx8luxetXHNj3gIUt217rjXJPxMpjTw=";
vendorHash = "sha256-ftD913mz9ziO3XWCdsbONrgMlBIc0uX4gq3NQmkXbs0=";
# NOTE: Remove the install and upgrade hooks.
postPatch = ''