gitAndTools.stgit: 0.20 -> 0.21
This commit is contained in:
parent
5a33df7e1e
commit
99f221538b
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
name = "stgit-${version}";
|
name = "stgit-${version}";
|
||||||
version = "0.20";
|
version = "0.21";
|
||||||
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 = "0zfrs9f6a84z5gr3k6y81h8jyar7h3q3z9p13cbrq9slljg5r6iw";
|
sha256 = "16gwdad18rc9bivyzrjccp83iccmqr45fp2zawycmrfp2ancffc7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python2 git ];
|
buildInputs = [ python2 git ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user