From 45874e5b2d4037bf46710046352323b0c62cb1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 4 Dec 2025 01:47:02 +0100 Subject: [PATCH] kubernetes-helmPlugins.helm-unittest: 1.0.1 -> 1.0.3 Diff: https://github.com/helm-unittest/helm-unittest/compare/v1.0.1...v1.0.3 --- .../networking/cluster/helm/plugins/helm-unittest.nix | 6 +++--- 1 file 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 86b1f78a2340..936af3913b05 100644 --- a/pkgs/applications/networking/cluster/helm/plugins/helm-unittest.nix +++ b/pkgs/applications/networking/cluster/helm/plugins/helm-unittest.nix @@ -7,7 +7,7 @@ }: let - version = "1.0.1"; + version = "1.0.3"; in buildGoModule { pname = "helm-unittest"; @@ -17,10 +17,10 @@ buildGoModule { owner = "helm-unittest"; repo = "helm-unittest"; tag = "v${version}"; - hash = "sha256-bdLxW6dkA+jdn6UVOGngP3U0Do1zZt3Tnb9d6yVOGG0="; + hash = "sha256-wArRsC52ga485rpm8ns99NY/qUZ/FImK4C/L1q460HI="; }; - vendorHash = "sha256-kiQRttnXgcTAElPlggkk11BGilcA+hG8doMq5eAmH6Q="; + vendorHash = "sha256-dkAzmFvLbhbIYCKsk1+TfckdNkNh6OkpDabJDDSwXJM="; # NOTE: Remove the install and upgrade hooks. postPatch = ''