itk: 5.1.1 -> 5.1.2 (#107502)

This commit is contained in:
Ben Darwin 2021-01-01 12:59:14 -05:00 committed by GitHub
parent 8bee208bf8
commit 0fd1192132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "itk";
version = "5.1.1";
version = "5.1.2";
src = fetchFromGitHub {
owner = "InsightSoftwareConsortium";
repo = "ITK";
rev = "v${version}";
sha256 = "1z7rmqrhgl7hfb3d0077kvp8vpi05r2zk3qyqzmv7bzbal5sqqhv";
sha256 = "0db91pm1zy40h4qr5zsdfl94znk16w9ysddz5cxbl198iyyqii8f";
};
postPatch = ''