mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
orthanc-plugin-dicomweb: 1.18 -> 1.20
This commit is contained in:
parent
5159774692
commit
4be1260cef
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue