From 92086b19c63eed0789f83d997168943a1e10cb3b Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 19 Nov 2024 15:01:35 +0000 Subject: [PATCH] itk{,_5_2}: use SWIG 4.3.0 --- pkgs/development/libraries/itk/generic.nix | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/pkgs/development/libraries/itk/generic.nix b/pkgs/development/libraries/itk/generic.nix index d4ece7d311ec..6fc32c0e4e20 100644 --- a/pkgs/development/libraries/itk/generic.nix +++ b/pkgs/development/libraries/itk/generic.nix @@ -58,19 +58,6 @@ let rev = "bb896868fc6480835495d0da4356d5db009592a6"; hash = "sha256-MfaIA0xxA/pzUBSwnAevr17iR23Bo5iQO2cSyknS3o4="; }; - - # remove after next swig update: - swigUnstable = swig.overrideAttrs ({ - version = "4.2.1-unstable-2024-08-19"; - - src = fetchFromGitHub { - owner = "swig"; - repo = "swig"; - rev = "5ac5d90f970759fbe705fae551d0743a7c63c67e"; - hash = "sha256-32EFLHpP4l04nqrc8dt4Qsr8deTBqLt8lUlhnNnaIGU="; - }; - - }); in stdenv.mkDerivation { @@ -137,7 +124,7 @@ stdenv.mkDerivation { ] ++ lib.optionals enablePython [ castxml - swigUnstable + swig which ];