about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorEric Bailey <eric@ericb.me>2024-02-05 15:56:29 -0600
committerEric Bailey <yurrriq@users.noreply.github.com>2024-02-06 12:08:07 -0600
commit2d807ffd5b66fa3fba0e81e059951fac6195f300 (patch)
tree8f5eae4aee03b052d50b24acd7050c911216ba98 /pkgs/applications/networking
parent7f90b56ea122222d295971aee3c95d9f48ee38fe (diff)
downloadnixlib-2d807ffd5b66fa3fba0e81e059951fac6195f300.tar
nixlib-2d807ffd5b66fa3fba0e81e059951fac6195f300.tar.gz
nixlib-2d807ffd5b66fa3fba0e81e059951fac6195f300.tar.bz2
nixlib-2d807ffd5b66fa3fba0e81e059951fac6195f300.tar.lz
nixlib-2d807ffd5b66fa3fba0e81e059951fac6195f300.tar.xz
nixlib-2d807ffd5b66fa3fba0e81e059951fac6195f300.tar.zst
nixlib-2d807ffd5b66fa3fba0e81e059951fac6195f300.zip
kubernetes-helmPlugins.helm-unittest: 0.3.5 -> 0.4.1
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 59397e9f3124..c5c33573c921 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.3.5";
+  version = "0.4.1";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-RgEYFTI1uaW1aTr+/lpKQ39o5CLsj/p0JeSTUXti/IM=";
+    hash = "sha256-8rGYFoBhNPJnsZsRXJ7Z9a/KOV4d2ZIVLSdYCpf3IMs=";
   };
 
-  vendorHash = "sha256-P0PVzgaUN9X9x77v1psV13vNl06HrHbdlA1YHCq/eCo=";
+  vendorHash = "sha256-wD4FxJ/+8iw2qAz+s0G/8/PKt7X0MZn+roWtc/wTWmw=";
 
   # NOTE: Remove the install and upgrade hooks.
   postPatch = ''