about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-19 09:06:24 -0400
committerGitHub <noreply@github.com>2024-03-19 09:06:24 -0400
commit649d4a4e9312c21eb62e44709b0f8719c7a80d6f (patch)
tree2930ed61d3b8769807ee8bf4ef30b4927ad00fa4 /pkgs/applications/networking
parent571e5f6ecccf6cb15c43b7e2ad1dd00e568dfa5b (diff)
parentfcad047fce8e394c7b1daeb33e18088d023828f1 (diff)
downloadnixlib-649d4a4e9312c21eb62e44709b0f8719c7a80d6f.tar
nixlib-649d4a4e9312c21eb62e44709b0f8719c7a80d6f.tar.gz
nixlib-649d4a4e9312c21eb62e44709b0f8719c7a80d6f.tar.bz2
nixlib-649d4a4e9312c21eb62e44709b0f8719c7a80d6f.tar.lz
nixlib-649d4a4e9312c21eb62e44709b0f8719c7a80d6f.tar.xz
nixlib-649d4a4e9312c21eb62e44709b0f8719c7a80d6f.tar.zst
nixlib-649d4a4e9312c21eb62e44709b0f8719c7a80d6f.zip
Merge pull request #297076 from r-ryantm/auto-update/kubernetes-helmPlugins.helm-unittest
kubernetes-helmPlugins.helm-unittest: 0.4.2 -> 0.4.3
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/helm/plugins/helm-unittest.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/helm/plugins/helm-unittest.nix b/pkgs/applications/networking/cluster/helm/plugins/helm-unittest.nix
index 8e0a72251ca3..69c45c3378ff 100644
--- a/pkgs/applications/networking/cluster/helm/plugins/helm-unittest.nix
+++ b/pkgs/applications/networking/cluster/helm/plugins/helm-unittest.nix
@@ -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 = ''