Skip to content

Commit ae2efd9

Browse files
committed
orthanc: 1.12.6 -> 1.12.7
1 parent 018279e commit ae2efd9

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

pkgs/by-name/or/orthanc/add-missing-include.patch

Lines changed: 0 additions & 10 deletions
This file was deleted.

pkgs/by-name/or/orthanc/package.nix

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,14 @@
2828

2929
stdenv.mkDerivation (finalAttrs: {
3030
pname = "orthanc";
31-
version = "1.12.6";
31+
version = "1.12.7";
3232

3333
src = fetchhg {
3434
url = "https://orthanc.uclouvain.be/hg/orthanc/";
3535
rev = "Orthanc-${finalAttrs.version}";
36-
hash = "sha256-1ztA95PiCGL1oD6zVfsEhwrwGNID13/NcyZDD3eHYv0=";
36+
hash = "sha256-aWUA8cCnWff5Tl8PWGJJtERlGh4GX4a8hTG9E2ADG9k=";
3737
};
3838

39-
patches = [
40-
# Without this patch, the build fails to find `GOOGLE_PROTOBUF_VERIFY_VERSION`
41-
# The patch has been included upstream, it need to be removed in the next release.
42-
./add-missing-include.patch
43-
];
44-
4539
outputs = [
4640
"out"
4741
"dev"

0 commit comments

Comments
 (0)