Merge pull request #37028 from ryantm/auto-update/itstool
itstool: 2.0.2 -> 2.0.4
This commit is contained in:
commit
15041489ba
@ -2,11 +2,11 @@
|
|||||||
# We need the same Python as is used to build libxml2Python
|
# We need the same Python as is used to build libxml2Python
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "itstool-2.0.2";
|
name = "itstool-2.0.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://files.itstool.org/itstool/${name}.tar.bz2";
|
url = "http://files.itstool.org/itstool/${name}.tar.bz2";
|
||||||
sha256 = "bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a";
|
sha256 = "0q7b4qrc758zfx3adsgvz0r93swdbxjr42w37rahngm33nshihlp";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python2 libxml2Python ];
|
buildInputs = [ python2 libxml2Python ];
|
||||||
|
Loading…
Reference in New Issue
Block a user