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
This commit is contained in:
R. RyanTM 2018-05-20 13:07:07 -07:00 committed by Orivej Desh
parent 249c043d8d
commit a58e93bd78

View File

@ -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 ];