aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/simpleitk
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-11-02 21:03:03 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-11-03 10:04:39 +0100
commit0d71f7fec73fdf4de6f9990da061747047f8a481 (patch)
tree79efab8608b798d24dd9a6a21b91e0c942a14aa6 /pkgs/development/libraries/simpleitk
parent99f221538bdffd1b95aa93c797637e389c67ca08 (diff)
simpleitk: 1.2.2 -> 1.2.3
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 1cf40c92db66..2afd7650618b 100644
--- a/pkgs/development/libraries/simpleitk/default.nix
+++ b/pkgs/development/libraries/simpleitk/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "simpleitk";
- version = "1.2.2";
+ version = "1.2.3";
src = fetchFromGitHub {
owner = "SimpleITK";
repo = "SimpleITK";
rev = "v${version}";
- sha256 = "1cgq9cxxplv6bkm2zfvcc0lgyh5zw1hbry30k1429n9737wnadaw";
+ sha256 = "0nmsq0qx4jmrrhrc6bfm11wwvyszvfgl45xizw69yra3cv9pgmm6";
};
nativeBuildInputs = [ cmake git swig ];