about summary refs log tree commit diff
path: root/pkgs/development/libraries/simpleitk
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-20 13:07:07 -0700
committerOrivej Desh <orivej@gmx.fr>2018-05-21 08:57:29 +0000
commita58e93bd78d4b0d12d71ecbea9e105a0bc70d444 (patch)
tree2aa37acc4ed034c378c8b24c8320fd862e822595 /pkgs/development/libraries/simpleitk
parent249c043d8d42eaf122ef3a2df9ac2a931e2c22f4 (diff)
downloadnixlib-a58e93bd78d4b0d12d71ecbea9e105a0bc70d444.tar
nixlib-a58e93bd78d4b0d12d71ecbea9e105a0bc70d444.tar.gz
nixlib-a58e93bd78d4b0d12d71ecbea9e105a0bc70d444.tar.bz2
nixlib-a58e93bd78d4b0d12d71ecbea9e105a0bc70d444.tar.lz
nixlib-a58e93bd78d4b0d12d71ecbea9e105a0bc70d444.tar.xz
nixlib-a58e93bd78d4b0d12d71ecbea9e105a0bc70d444.tar.zst
nixlib-a58e93bd78d4b0d12d71ecbea9e105a0bc70d444.zip
simpleitk: 1.0.0 -> 1.1.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/simpleitk/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.1.0 with grep in /nix/store/926vcv62wgj9nyj4z4yw6hxi64yaqha8-simpleitk-1.1.0
- directory tree listing: https://gist.github.com/fc471fd5a722b3d1303143f4ca87457d
- du listing: https://gist.github.com/6f050e82917acd9dc266df3c2c3cb81b
Diffstat (limited to 'pkgs/development/libraries/simpleitk')
-rw-r--r--pkgs/development/libraries/simpleitk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/simpleitk/default.nix b/pkgs/development/libraries/simpleitk/default.nix
index 4802683079d1..c807325b155c 100644
--- a/pkgs/development/libraries/simpleitk/default.nix
+++ b/pkgs/development/libraries/simpleitk/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   pname    = "simpleitk";
-  version = "1.0.0";
+  version = "1.1.0";
   name  = "${pname}-${version}";
 
   src = fetchurl {
     url    = "https://sourceforge.net/projects/${pname}/files/SimpleITK/${version}/Source/SimpleITK-${version}.tar.gz";
-    sha256 = "0554j0zp314zhs8isfg31fi6gvsl7xq3xjyyxkx1b1mjkn5qx673";
+    sha256 = "01y8s73mw4yabqir2f8qp5zc1c0y6szi18rr4zwgsxz62g4drzgm";
   };
 
   nativeBuildInputs = [ cmake git swig ];