mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
libdigidocpp: 3.13.7 -> 3.14.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libdigidocpp/versions
This commit is contained in:
parent
96ac71d680
commit
5855ba8a33
@ -2,12 +2,12 @@
|
||||
, xercesc, xml-security-c, pkgconfig, xsd, zlib, xalanc, xxd }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.13.7";
|
||||
version = "3.14.0";
|
||||
pname = "libdigidocpp";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/open-eid/libdigidocpp/releases/download/v${version}/libdigidocpp-${version}.tar.gz";
|
||||
sha256 = "1d8yx8avijp55p53fz4pd4ihjz6nyap0g8dq23bwg33411mdiqff";
|
||||
sha256 = "0klbr881d56661d1lqlv4ivxhxcv2q16ivlz7r0rb901wilq5jyl";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkgconfig xxd ];
|
||||
|
Loading…
Reference in New Issue
Block a user