Commit eb4f8bd5 authored by R. RyanTM's avatar R. RyanTM Committed by Eric Bailey
Browse files

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

parent 25fe4689
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "helm-secrets";
  version = "4.5.1";
  version = "4.6.0";

  src = fetchFromGitHub {
    owner = "jkroepke";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-UB69cGsELQ2CFXVsPV0MDNOYRTYgfA2NXHKbsaZl9NQ=";
    hash = "sha256-j4mOkPHJKiRWGTZloPBXwbHKOj2Hg44dspySa/KxPT4=";
  };

  nativeBuildInputs = [ makeWrapper ];