Merge pull request #69578 from r-ryantm/auto-update/git-secret
git-secret: 0.2.6 -> 0.3.1
This commit is contained in:
commit
b7dbf33f5d
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, makeWrapper, git, gnupg, gawk }:
|
{ stdenv, lib, fetchFromGitHub, makeWrapper, git, gnupg, gawk }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.2.6";
|
version = "0.3.1";
|
||||||
repo = "git-secret";
|
repo = "git-secret";
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
@ -11,7 +11,7 @@ in stdenv.mkDerivation {
|
|||||||
inherit repo;
|
inherit repo;
|
||||||
owner = "sobolevn";
|
owner = "sobolevn";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "09p4h8mdmk0nzcd1jh1i6n29klz38n5vqqwdyzjkygmr2xqka55b";
|
sha256 = "0234a2507as242wlybg32f7nd27ffjs50r4p1p95j6vs5s8g413l";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user