Merge pull request #297076 from r-ryantm/auto-update/kubernetes-helmPlugins.helm-unittest

kubernetes-helmPlugins.helm-unittest: 0.4.2 -> 0.4.3
This commit is contained in:
Nick Cao 2024-03-19 09:06:24 -04:00 committed by GitHub
commit 649d4a4e93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''