qdigidoc: 4.2.11 -> 4.2.12

From https://github.com/open-eid/DigiDoc4-Client/releases/tag/v4.2.12:

> Code, Text and translation improvements and updates
This commit is contained in:
Florian Klink 2022-07-25 09:12:14 +07:00
parent af5d850c22
commit 551dd81f20

View File

@ -4,12 +4,12 @@
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}.118-1804.tar.xz";
hash = "sha256-tdirhSEpBa1hnpau+bWP9Ioy44DLJHulSBx7xWl0hG4=";
};
tsl = fetchurl {