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

libdigidocpp: 3.14.11 -> 3.14.12
This commit is contained in:
Weijia Wang 2023-01-23 21:42:57 +01:00 committed by GitHub
commit 8ce03fa128
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.14.11";
version = "3.14.12";
pname = "libdigidocpp";
src = fetchurl {
url = "https://github.com/open-eid/libdigidocpp/releases/download/v${version}/libdigidocpp-${version}.tar.gz";
hash = "sha256-5QYKHwRB5nck5yqukX/UA+M3jFlBvkQ/ekB7JFIY5tI=";
hash = "sha256-82AH18KcrkD7mHDy+2c9v7E3Kj7Cb7jCoLfmo09D8PU=";
};
nativeBuildInputs = [ cmake pkg-config xxd ];