orthanc-plugin-dicomweb: 1.18 -> 1.20

This commit is contained in:
Pol Dellaiera 2025-05-15 19:43:57 +02:00
parent 5159774692
commit 4be1260cef

View file

@ -39,12 +39,12 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "orthanc-plugin-dicomweb"; pname = "orthanc-plugin-dicomweb";
version = "1.18"; version = "1.20";
src = fetchhg { src = fetchhg {
url = "https://orthanc.uclouvain.be/hg/orthanc-dicomweb/"; url = "https://orthanc.uclouvain.be/hg/orthanc-dicomweb/";
rev = "OrthancDicomWeb-${finalAttrs.version}"; rev = "OrthancDicomWeb-${finalAttrs.version}";
hash = "sha256-ee271Fcu8yi1gZpTWrCuqhsBdFcPR/JK/fsnJg8PwIc="; hash = "sha256-p1n4YAFC3W2B2YYsFm/1cJ/zqLsrycJgkMrcXFf/3Xk=";
}; };
postPatch = '' postPatch = ''