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

kubernetes-helmPlugins.helm-secrets: 4.5.0 -> 4.5.1
This commit is contained in:
Nick Cao 2023-10-10 18:28:28 -04:00 committed by GitHub
commit 75320ad2da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "helm-secrets";
version = "4.5.0";
version = "4.5.1";
src = fetchFromGitHub {
owner = "jkroepke";
repo = pname;
rev = "v${version}";
hash = "sha256-zytorArHhdwF7F9c2QkaX3KxLNlWySKieK2K1b5omFI=";
hash = "sha256-UB69cGsELQ2CFXVsPV0MDNOYRTYgfA2NXHKbsaZl9NQ=";
};
nativeBuildInputs = [ makeWrapper ];