Merge pull request #105655 from r-ryantm/auto-update/git-secret
git-secret: 0.3.2 -> 0.3.3
This commit is contained in:
commit
0c4aeb53b9
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, makeWrapper, git, gnupg, gawk }:
|
{ stdenv, lib, fetchFromGitHub, makeWrapper, git, gnupg, gawk }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.3.2";
|
version = "0.3.3";
|
||||||
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 = "0n268xlsd9p5f083sqwzpvsqg99fdk876mf8gihkydakrismc45b";
|
sha256 = "0hc7yavcp8jmn6b7wngjqhy8kl7f4191sfpik8ycvqghkvvimxj4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user