Merge pull request #333334 from r-ryantm/auto-update/kubernetes-helmPlugins.helm-secrets

kubernetes-helmPlugins.helm-secrets: 4.6.0 -> 4.6.1
This commit is contained in:
Nick Cao 2024-08-13 16:15:46 -04:00 committed by GitHub
commit fcdb111fd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "helm-secrets";
version = "4.6.0";
version = "4.6.1";
src = fetchFromGitHub {
owner = "jkroepke";
repo = pname;
rev = "v${version}";
hash = "sha256-j4mOkPHJKiRWGTZloPBXwbHKOj2Hg44dspySa/KxPT4=";
hash = "sha256-AAc680STuXiGEw9ibFRHMrOxGs/c5pS0iEoymNHu+c8=";
};
nativeBuildInputs = [ makeWrapper ];