Merge pull request #37028 from ryantm/auto-update/itstool

itstool: 2.0.2 -> 2.0.4
This commit is contained in:
Matthew Justin Bauer 2018-04-17 10:51:12 -05:00 committed by GitHub
commit 15041489ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
# We need the same Python as is used to build libxml2Python
stdenv.mkDerivation rec {
name = "itstool-2.0.2";
name = "itstool-2.0.4";
src = fetchurl {
url = "http://files.itstool.org/itstool/${name}.tar.bz2";
sha256 = "bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a";
sha256 = "0q7b4qrc758zfx3adsgvz0r93swdbxjr42w37rahngm33nshihlp";
};
buildInputs = [ python2 libxml2Python ];