Merge pull request #249360 from r-ryantm/auto-update/libdigidocpp

libdigidocpp: 3.15.0 -> 3.16.0
This commit is contained in:
Weijia Wang 2023-08-29 23:59:22 +02:00 committed by GitHub
commit 4b01682aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
, xercesc, xml-security-c, pkg-config, xsd, zlib, xalanc, xxd }:
stdenv.mkDerivation rec {
version = "3.15.0";
version = "3.16.0";
pname = "libdigidocpp";
src = fetchurl {
url = "https://github.com/open-eid/libdigidocpp/releases/download/v${version}/libdigidocpp-${version}.tar.gz";
hash = "sha256-CNHBPeodU2EzvmQBa9KI+1vGuuD25gSwdU9dVhVG04Q=";
hash = "sha256-XgObeVQJ2X7hNIelGK55RTtkKvU6D+RkLMc24/PZCzY=";
};
nativeBuildInputs = [ cmake pkg-config xxd ];