libdigidocpp: 3.14.10 -> 3.14.11

This commit is contained in:
R. Ryantm 2022-12-23 19:11:36 +00:00
parent b10a520017
commit 77fe22db65

View File

@ -2,12 +2,12 @@
, xercesc, xml-security-c, pkg-config, xsd, zlib, xalanc, xxd }:
stdenv.mkDerivation rec {
version = "3.14.10";
version = "3.14.11";
pname = "libdigidocpp";
src = fetchurl {
url = "https://github.com/open-eid/libdigidocpp/releases/download/v${version}/libdigidocpp-${version}.tar.gz";
hash = "sha256-n/+R4ho1Qcft3YSKE12oxZjbFHAsUDwoLFNuk5GXf5c=";
hash = "sha256-5QYKHwRB5nck5yqukX/UA+M3jFlBvkQ/ekB7JFIY5tI=";
};
nativeBuildInputs = [ cmake pkg-config xxd ];