orthanc: 1.12.6 -> 1.12.7

This commit is contained in:
Pol Dellaiera
2025-04-14 09:31:40 +02:00
parent 018279e100
commit ae2efd9a54
2 changed files with 2 additions and 18 deletions
@@ -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 <google/protobuf/stubs/common.h>
# include <google/protobuf/any.h>
#endif
+2 -8
View File
@@ -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"