kubernetes-helmPlugins.helm-secrets: 3.6.1 -> 3.7.0

launchpad/nixpkgs/master
Eric Bailey 3 years ago committed by Matthieu Coudron
parent 5b8cf45145
commit d10825ede2
  1. 4
      pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "helm-secrets";
version = "3.6.1";
version = "3.7.0";
src = fetchFromGitHub {
owner = "jkroepke";
repo = pname;
rev = "v${version}";
hash = "sha256-RACETma0AaqaAfe0HWC541/i+knr+emMUauFWnkEuMI=";
hash = "sha256-AM+TLeSrXjn10DiQzXSqSwTqsc7CjTdnf6TWetden7g=";
};
nativeBuildInputs = [ makeWrapper ];

Loading…
Cancel
Save