libdigidocpp: 3.16.0 -> 3.17.1

This commit is contained in:
R. Ryantm 2024-04-22 20:15:47 +00:00
parent 80368c5bef
commit 8665b2dd41

View File

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