itk: 5.1.1 -> 5.1.2 (#107502)
This commit is contained in:
parent
8bee208bf8
commit
0fd1192132
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "itk";
|
pname = "itk";
|
||||||
version = "5.1.1";
|
version = "5.1.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "InsightSoftwareConsortium";
|
owner = "InsightSoftwareConsortium";
|
||||||
repo = "ITK";
|
repo = "ITK";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1z7rmqrhgl7hfb3d0077kvp8vpi05r2zk3qyqzmv7bzbal5sqqhv";
|
sha256 = "0db91pm1zy40h4qr5zsdfl94znk16w9ysddz5cxbl198iyyqii8f";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue