3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #70791 from r-ryantm/auto-update/stgit

gitAndTools.stgit: 0.19 -> 0.20
This commit is contained in:
Mario Rodas 2019-10-09 21:37:09 -05:00 committed by GitHub
commit 79ec4bb3d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
let
name = "stgit-${version}";
version = "0.19";
version = "0.20";
in
stdenv.mkDerivation {
inherit name;
@ -11,7 +11,7 @@ stdenv.mkDerivation {
owner = "ctmarinas";
repo = "stgit";
rev = "v${version}";
sha256 = "1dzl6cnyzwbzysp82x7w1yc03g25kwan3h0zpnzhhfhg6c904sis";
sha256 = "0zfrs9f6a84z5gr3k6y81h8jyar7h3q3z9p13cbrq9slljg5r6iw";
};
buildInputs = [ python2 git ];