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

kubernetes-helmPlugins.helm-unittest: 0.4.3 -> 0.4.4
This commit is contained in:
Nick Cao 2024-03-24 10:44:12 -04:00 committed by GitHub
commit d887a12a1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "helm-unittest";
version = "0.4.3";
version = "0.4.4";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-2ymsh+GWCjpiTVRIuf0i9+wz6WnwpG0QP6tErabSEFk=";
hash = "sha256-C1aHnKNXgzlPT1qMngRcPZ6hYUOenU1xpeYLnhrvtnc=";
};
vendorHash = "sha256-ftD913mz9ziO3XWCdsbONrgMlBIc0uX4gq3NQmkXbs0=";
vendorHash = "sha256-nm1LFy2yqfQs+HmrAR1EsBjpm9w0u4einLbVFW1UitI=";
# NOTE: Remove the install and upgrade hooks.
postPatch = ''