We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0afcb0 + ae2efd9 commit c35ecfcCopy full SHA for c35ecfc
pkgs/by-name/or/orthanc/add-missing-include.patch
pkgs/by-name/or/orthanc/package.nix
@@ -28,20 +28,14 @@
28
29
stdenv.mkDerivation (finalAttrs: {
30
pname = "orthanc";
31
- version = "1.12.6";
+ version = "1.12.7";
32
33
src = fetchhg {
34
url = "https://orthanc.uclouvain.be/hg/orthanc/";
35
rev = "Orthanc-${finalAttrs.version}";
36
- hash = "sha256-1ztA95PiCGL1oD6zVfsEhwrwGNID13/NcyZDD3eHYv0=";
+ hash = "sha256-aWUA8cCnWff5Tl8PWGJJtERlGh4GX4a8hTG9E2ADG9k=";
37
};
38
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
-
45
outputs = [
46
"out"
47
"dev"
0 commit comments