orthanc: 1.12.7 -> 1.12.8

This commit is contained in:
R. Ryantm 2025-07-12 00:33:43 +00:00 committed by Weijia Wang
parent 97234ec272
commit b72563dedc

View File

@ -28,12 +28,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "orthanc";
version = "1.12.7";
version = "1.12.8";
src = fetchhg {
url = "https://orthanc.uclouvain.be/hg/orthanc/";
rev = "Orthanc-${finalAttrs.version}";
hash = "sha256-aWUA8cCnWff5Tl8PWGJJtERlGh4GX4a8hTG9E2ADG9k=";
hash = "sha256-ktfTqCid/0aYAp5HPB7niZ1sw+zMNmd5mhZrXRbMGyk=";
};
outputs = [