Merge pull request #124778 from bcdarwin/itk-5.2.0

itk: 5.1.2 -> 5.2.0

authored by Sandro and committed by GitHub 9308cec3 92f32a4a

+2 -2
+2 -2
pkgs/development/libraries/itk/default.nix
··· 3 4 stdenv.mkDerivation rec { 5 pname = "itk"; 6 - version = "5.1.2"; 7 8 src = fetchFromGitHub { 9 owner = "InsightSoftwareConsortium"; 10 repo = "ITK"; 11 rev = "v${version}"; 12 - sha256 = "0db91pm1zy40h4qr5zsdfl94znk16w9ysddz5cxbl198iyyqii8f"; 13 }; 14 15 postPatch = ''
··· 3 4 stdenv.mkDerivation rec { 5 pname = "itk"; 6 + version = "5.2.0"; 7 8 src = fetchFromGitHub { 9 owner = "InsightSoftwareConsortium"; 10 repo = "ITK"; 11 rev = "v${version}"; 12 + sha256 = "19f65fc9spwvmywg43lkw9p2inrrzr1qrfzcbing3cjk0x2yrsnl"; 13 }; 14 15 postPatch = ''