diff --git a/pkgs/by-name/or/orthanc/add-missing-include.patch b/pkgs/by-name/or/orthanc/add-missing-include.patch deleted file mode 100644 index 48ada55a9ece..000000000000 --- a/pkgs/by-name/or/orthanc/add-missing-include.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff -r cba3e8ca3a87 OrthancServer/Sources/OrthancInitialization.cpp ---- a/Sources/OrthancInitialization.cpp Tue Mar 11 10:46:15 2025 +0100 -+++ b/Sources/OrthancInitialization.cpp Thu Mar 13 18:20:00 2025 +0100 -@@ -59,6 +59,7 @@ - # undef __FILE__ - # define __FILE__ __ORTHANC_FILE__ - # endif -+# include - # include - #endif diff --git a/pkgs/by-name/or/orthanc/package.nix b/pkgs/by-name/or/orthanc/package.nix index 31ec189162b5..8b2099a10274 100644 --- a/pkgs/by-name/or/orthanc/package.nix +++ b/pkgs/by-name/or/orthanc/package.nix @@ -28,20 +28,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "orthanc"; - version = "1.12.6"; + version = "1.12.7"; src = fetchhg { url = "https://orthanc.uclouvain.be/hg/orthanc/"; rev = "Orthanc-${finalAttrs.version}"; - hash = "sha256-1ztA95PiCGL1oD6zVfsEhwrwGNID13/NcyZDD3eHYv0="; + hash = "sha256-aWUA8cCnWff5Tl8PWGJJtERlGh4GX4a8hTG9E2ADG9k="; }; - patches = [ - # Without this patch, the build fails to find `GOOGLE_PROTOBUF_VERIFY_VERSION` - # The patch has been included upstream, it need to be removed in the next release. - ./add-missing-include.patch - ]; - outputs = [ "out" "dev"