summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-31 06:16:35 -0700
committerobadz <obadz-git@obadz.com>2018-03-31 20:26:25 +0100
commit9b784e930988a6dd0783cc54ca61e96e7c10797f (patch)
tree03e5b5522978e067c8f77a02816a2fd2636eeb33 /pkgs/development
parent57be746d5c0c5639d2e7186352f3f4471dd346e5 (diff)
downloadnixpkgs-9b784e930988a6dd0783cc54ca61e96e7c10797f.tar
nixpkgs-9b784e930988a6dd0783cc54ca61e96e7c10797f.tar.gz
nixpkgs-9b784e930988a6dd0783cc54ca61e96e7c10797f.tar.bz2
nixpkgs-9b784e930988a6dd0783cc54ca61e96e7c10797f.tar.lz
nixpkgs-9b784e930988a6dd0783cc54ca61e96e7c10797f.tar.xz
nixpkgs-9b784e930988a6dd0783cc54ca61e96e7c10797f.tar.zst
nixpkgs-9b784e930988a6dd0783cc54ca61e96e7c10797f.zip
itk: 4.12.2 -> 4.13.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/itk/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.13.0 with grep in /nix/store/9dfpbhp02y597y9zw3xvdcjsb8w3gqjv-itk-4.13.0
- directory tree listing: https://gist.github.com/4a6da5cc90a5718caa480eba957def8f
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/itk/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/itk/default.nix b/pkgs/development/libraries/itk/default.nix
index bb90ec4831a..10c160eacc6 100644
--- a/pkgs/development/libraries/itk/default.nix
+++ b/pkgs/development/libraries/itk/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, fetchpatch, cmake, libX11, libuuid, xz, vtk }:
 
 stdenv.mkDerivation rec {
-  name = "itk-4.12.2";
+  name = "itk-4.13.0";
 
   src = fetchurl {
-    url = mirror://sourceforge/itk/InsightToolkit-4.12.2.tar.xz;
-    sha256 = "1qw9mxbh083siljygahl4gdfv91xvfd8hfl7ghwii19f60xrvn2w";
+    url = mirror://sourceforge/itk/InsightToolkit-4.13.0.tar.xz;
+    sha256 = "09d1gmqx3wbdfgwf7r91r12m2vknviv0i8wxwh2q9w1vrpizrczy";
   };
 
   cmakeFlags = [