Merge pull request #70791 from r-ryantm/auto-update/stgit
gitAndTools.stgit: 0.19 -> 0.20
This commit is contained in:
commit
79ec4bb3d3
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
name = "stgit-${version}";
|
name = "stgit-${version}";
|
||||||
version = "0.19";
|
version = "0.20";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
inherit name;
|
inherit name;
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "ctmarinas";
|
owner = "ctmarinas";
|
||||||
repo = "stgit";
|
repo = "stgit";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1dzl6cnyzwbzysp82x7w1yc03g25kwan3h0zpnzhhfhg6c904sis";
|
sha256 = "0zfrs9f6a84z5gr3k6y81h8jyar7h3q3z9p13cbrq9slljg5r6iw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python2 git ];
|
buildInputs = [ python2 git ];
|
||||||
|
Loading…
Reference in New Issue
Block a user