nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

libdigidocpp: 3.14.7 -> 3.14.8

authored by

Lassulus and committed by
GitHub
136213b8 ffd9ea3c

+2 -2
+2 -2
pkgs/development/libraries/libdigidocpp/default.nix
··· 2 2 , xercesc, xml-security-c, pkg-config, xsd, zlib, xalanc, xxd }: 3 3 4 4 stdenv.mkDerivation rec { 5 - version = "3.14.7"; 5 + version = "3.14.8"; 6 6 pname = "libdigidocpp"; 7 7 8 8 src = fetchurl { 9 9 url = "https://github.com/open-eid/libdigidocpp/releases/download/v${version}/libdigidocpp-${version}.tar.gz"; 10 - sha256 = "sha256-QdctW2+T8kPNUJv30pXZ/qfnw1Uhq6gScSjUI+bZMfY="; 10 + sha256 = "sha256-U5i5IAyJF4359q6M6mQemEuG7+inPYIXqLy8GHv4dkg="; 11 11 }; 12 12 13 13 nativeBuildInputs = [ cmake pkg-config xxd ];