qdigidoc: 4.2.12 -> 4.4.0
This commit is contained in:
parent
2af3020085
commit
40e2a9f945
1 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
, mkDerivation
|
, mkDerivation
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, cmake
|
, cmake
|
||||||
|
, flatbuffers
|
||||||
, gettext
|
, gettext
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, libdigidocpp
|
, libdigidocpp
|
||||||
|
@ -16,12 +17,12 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "qdigidoc";
|
pname = "qdigidoc";
|
||||||
version = "4.2.12";
|
version = "4.4.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url =
|
url =
|
||||||
"https://github.com/open-eid/DigiDoc4-Client/releases/download/v${version}/qdigidoc4-${version}.tar.gz";
|
"https://github.com/open-eid/DigiDoc4-Client/releases/download/v${version}/qdigidoc4-${version}.tar.gz";
|
||||||
hash = "sha256-6bso1qvhVhbBfrcTq4S+aHtHli7X2A926N4r45ztq4E=";
|
hash = "sha256-5zo0yoY0wufm9DWRIccxJ5g4DXn75nT4fd2h+5QP4oQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
tsl = fetchurl {
|
tsl = fetchurl {
|
||||||
|
@ -37,6 +38,7 @@ mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
flatbuffers
|
||||||
libdigidocpp
|
libdigidocpp
|
||||||
opensc
|
opensc
|
||||||
openldap
|
openldap
|
||||||
|
|
Loading…
Reference in a new issue