simpleitk: 1.1.0 -> 1.2.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
This commit is contained in:
parent
e5381cdece
commit
1c1fd0935b
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "simpleitk";
|
pname = "simpleitk";
|
||||||
version = "1.1.0";
|
version = "1.2.0";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://sourceforge.net/projects/${pname}/files/SimpleITK/${version}/Source/SimpleITK-${version}.tar.gz";
|
url = "https://sourceforge.net/projects/${pname}/files/SimpleITK/${version}/Source/SimpleITK-${version}.tar.gz";
|
||||||
sha256 = "01y8s73mw4yabqir2f8qp5zc1c0y6szi18rr4zwgsxz62g4drzgm";
|
sha256 = "10lxsr0144li6bmfgs646cvczczqkgmvvs3ndds66q8lg9zwbnky";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake git swig ];
|
nativeBuildInputs = [ cmake git swig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user