kubernetes-helmPlugins.helm-secrets: 4.5.1 -> 4.6.0

authored by R. Ryantm and committed by Eric Bailey eb4f8bd5 25fe4689

+2 -2
+2 -2
pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "helm-secrets"; 5 - version = "4.5.1"; 6 7 src = fetchFromGitHub { 8 owner = "jkroepke"; 9 repo = pname; 10 rev = "v${version}"; 11 - hash = "sha256-UB69cGsELQ2CFXVsPV0MDNOYRTYgfA2NXHKbsaZl9NQ="; 12 }; 13 14 nativeBuildInputs = [ makeWrapper ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "helm-secrets"; 5 + version = "4.6.0"; 6 7 src = fetchFromGitHub { 8 owner = "jkroepke"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-j4mOkPHJKiRWGTZloPBXwbHKOj2Hg44dspySa/KxPT4="; 12 }; 13 14 nativeBuildInputs = [ makeWrapper ];