mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #182767 from flokli/qdigidoc-4.2.12
qdigidoc: 4.2.11 -> 4.2.12
This commit is contained in:
commit
826de2e2cc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user