3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #184708 from r-ryantm/auto-update/simpleitk

simpleitk: 2.1.1.1 -> 2.1.1.2
This commit is contained in:
Bobby Rong 2022-08-03 11:30:26 +08:00 committed by GitHub
commit 2e8b71c16a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "simpleitk";
version = "2.1.1.1";
version = "2.1.1.2";
outputs = [ "out" "dev" ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "SimpleITK";
repo = "SimpleITK";
rev = "v${version}";
sha256 = "sha256-W53TbrgIwY9jj0GXz1LIrsBO9YL4VkH6531UYV0IqbE=";
sha256 = "sha256-sokJXOz6p+0eTeps5Tt24pjB3u+L1s6mDlaWN7K9m3g=";
};
nativeBuildInputs = [ cmake swig4 ];