Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

itk: 5.4.3 -> 5.4.4 (#421257)

authored by Yohann Boniface and committed by GitHub 8282ff35 cae27f3a

+2 -2
+2 -2
pkgs/development/libraries/itk/5.x.nix
··· 1 1 import ./generic.nix rec { 2 - version = "5.4.3"; 2 + version = "5.4.4"; 3 3 tag = "v${version}"; 4 - sourceSha256 = "sha256-Ve9AzgzePYb6mJ6OZ6C4YeiggCd4WBxB4Xu3ju5HhAg="; 4 + sourceSha256 = "sha256-vHcMlWr/Dy5CnX165ihpCKNTVvw1eWncxzPho+73wB0="; 5 5 }