Merge pull request #182767 from flokli/qdigidoc-4.2.12

qdigidoc: 4.2.11 -> 4.2.12
This commit is contained in:
Florian Klink 2022-07-28 17:05:30 +07:00 committed by GitHub
commit 826de2e2cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,27 @@
{ lib, mkDerivation, fetchurl, cmake, gettext
, pkg-config, libdigidocpp, opensc, openldap, openssl, pcsclite, qtbase
, qttranslations, qtsvg }:
{ lib
, mkDerivation
, fetchurl
, cmake
, gettext
, pkg-config
, libdigidocpp
, opensc
, openldap
, openssl
, pcsclite
, qtbase
, qttranslations
, qtsvg
}:
mkDerivation rec {
pname = "qdigidoc";
version = "4.2.11";
version = "4.2.12";
src = fetchurl {
url =
"https://github.com/open-eid/DigiDoc4-Client/releases/download/v${version}/qdigidoc4_${version}.110-1804.tar.xz";
sha256 = "sha256-Sg6lFZeIJn3T/suDc5Z/kNqBf/sIV9c6EJJ0Nr0dwTM=";
"https://github.com/open-eid/DigiDoc4-Client/releases/download/v${version}/qdigidoc4-${version}.tar.gz";
hash = "sha256-6bso1qvhVhbBfrcTq4S+aHtHli7X2A926N4r45ztq4E=";
};
tsl = fetchurl {