gitAndTools.stgit: update from 0.16 to 0.17.1
This commit is contained in:
parent
44e8fe67d0
commit
c244d6e1b8
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchurl, python, git }:
|
{ stdenv, fetchurl, python, git }:
|
||||||
|
|
||||||
let
|
let
|
||||||
name = "stgit-0.16";
|
name = "stgit-0.17.1";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
inherit name;
|
inherit name;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.gna.org/stgit/${name}.tar.gz";
|
url = "http://download.gna.org/stgit/${name}.tar.gz";
|
||||||
sha256 = "0hla6401g2kicaakz4awk67yf8fhqbw1shn1p9ma5x6ca29s3w82";
|
sha256 = "1pka0ns9x0kabn036zsf0mwmwiynckhnva51kgxsch9fqah6acyl";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python git ];
|
buildInputs = [ python git ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user