mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
itk: 5.3.0 -> 5.4.0
This commit is contained in:
parent
5438286721
commit
1a40f8e76f
@ -1,5 +1,5 @@
|
|||||||
import ./generic.nix rec {
|
import ./generic.nix rec {
|
||||||
version = "5.3.0";
|
version = "5.4.0";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sourceSha256 = "sha256-+qCd8Jzpl5fEPTUpLyjjFBkfgCn3+Lf4pi8QnjCwofs=";
|
sourceSha256 = "sha256-1RSWgH0iQ2NQNsieW2m37udXWQlqYslJNM3TXC9xeP4=";
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,7 @@ stdenv.mkDerivation {
|
|||||||
sha256 = sourceSha256;
|
sha256 = sourceSha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = lib.optionals (lib.versionOlder version "5.4") [
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
name = "fix-gcc13-build";
|
name = "fix-gcc13-build";
|
||||||
url = "https://github.com/InsightSoftwareConsortium/ITK/commit/9a719a0d2f5f489eeb9351b0ef913c3693147a4f.patch";
|
url = "https://github.com/InsightSoftwareConsortium/ITK/commit/9a719a0d2f5f489eeb9351b0ef913c3693147a4f.patch";
|
||||||
|
Loading…
Reference in New Issue
Block a user