summary refs log tree commit diff
path: root/pkgs/development/tools/misc
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-14 14:10:00 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-14 14:10:00 -0700
commit48698a0668552a477f4454909ca4455fef0a6d19 (patch)
tree2347c9757bad9991bfe2de10a9a4ece7e0e61f77 /pkgs/development/tools/misc
parentba816ee08721d0c2f5f7e6652091bed085ac7687 (diff)
downloadnixpkgs-48698a0668552a477f4454909ca4455fef0a6d19.tar
nixpkgs-48698a0668552a477f4454909ca4455fef0a6d19.tar.gz
nixpkgs-48698a0668552a477f4454909ca4455fef0a6d19.tar.bz2
nixpkgs-48698a0668552a477f4454909ca4455fef0a6d19.tar.lz
nixpkgs-48698a0668552a477f4454909ca4455fef0a6d19.tar.xz
nixpkgs-48698a0668552a477f4454909ca4455fef0a6d19.tar.zst
nixpkgs-48698a0668552a477f4454909ca4455fef0a6d19.zip
itstool: 2.0.2 -> 2.0.4
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/pg0jpmczm1gb3rzp3qfnnjl0xfd48nqz-itstool-2.0.4/bin/itstool -h` got 0 exit code
- ran `/nix/store/pg0jpmczm1gb3rzp3qfnnjl0xfd48nqz-itstool-2.0.4/bin/itstool --help` got 0 exit code
- ran `/nix/store/pg0jpmczm1gb3rzp3qfnnjl0xfd48nqz-itstool-2.0.4/bin/itstool -v` and found version 2.0.4
- ran `/nix/store/pg0jpmczm1gb3rzp3qfnnjl0xfd48nqz-itstool-2.0.4/bin/itstool --version` and found version 2.0.4
- found 2.0.4 with grep in /nix/store/pg0jpmczm1gb3rzp3qfnnjl0xfd48nqz-itstool-2.0.4
- found 2.0.4 in filename of file in /nix/store/pg0jpmczm1gb3rzp3qfnnjl0xfd48nqz-itstool-2.0.4
Diffstat (limited to 'pkgs/development/tools/misc')
-rw-r--r--pkgs/development/tools/misc/itstool/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/itstool/default.nix b/pkgs/development/tools/misc/itstool/default.nix
index 70ed9cd0570..129c1c6b3a9 100644
--- a/pkgs/development/tools/misc/itstool/default.nix
+++ b/pkgs/development/tools/misc/itstool/default.nix
@@ -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 ];