about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-19 01:04:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-19 01:04:08 +0000
commitfcad047fce8e394c7b1daeb33e18088d023828f1 (patch)
tree028b9b98f17d41cdd0f63706985cbc5f3fea337c /pkgs/applications/networking
parente0d7b921c6f66dd77b8f7c479677ee661742fede (diff)
downloadnixlib-fcad047fce8e394c7b1daeb33e18088d023828f1.tar
nixlib-fcad047fce8e394c7b1daeb33e18088d023828f1.tar.gz
nixlib-fcad047fce8e394c7b1daeb33e18088d023828f1.tar.bz2
nixlib-fcad047fce8e394c7b1daeb33e18088d023828f1.tar.lz
nixlib-fcad047fce8e394c7b1daeb33e18088d023828f1.tar.xz
nixlib-fcad047fce8e394c7b1daeb33e18088d023828f1.tar.zst
nixlib-fcad047fce8e394c7b1daeb33e18088d023828f1.zip
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 = ''