itk: 5.1.2 -> 5.2.0

This commit is contained in:
Ben Darwin 2021-05-28 12:17:01 -04:00
parent 7c3a6621a4
commit 0bd3af3778

View file

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