0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

kubernetes-helmPlugins.helm-secrets: 4.6.4 -> 4.6.5 (#409173)

This commit is contained in:
Wolfgang Walther 2025-06-01 11:30:47 +00:00 committed by GitHub
commit fadb7ace1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "helm-secrets";
version = "4.6.4";
version = "4.6.5";
src = fetchFromGitHub {
owner = "jkroepke";
repo = pname;
rev = "v${version}";
hash = "sha256-PvWHxcxNSCI5RX830+b61fiyi0WX8ujEJzjyUOXp+iA=";
hash = "sha256-gSWavqvKdVBRF182fzEiRqEVg8douzEcpKiOdmSZ9hg=";
};
nativeBuildInputs = [ makeWrapper ];