qdigidoc: 4.8.0 -> 4.8.2

(cherry picked from commit d1ad3a2c43)
This commit is contained in:
R. Ryantm
2025-08-22 08:08:13 +00:00
committed by github-actions[bot]
parent d3047cc545
commit 4f6f5acdc5

View File

@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "qdigidoc";
version = "4.8.0";
version = "4.8.2";
src = fetchFromGitHub {
owner = "open-eid";
repo = "DigiDoc4-Client";
tag = "v${version}";
hash = "sha256-3irEJnVzbmJbznyTIkDMw5t0SfegpCi51rQ0UxFXzBY=";
hash = "sha256-HxFH1vpXXPVSYnaMrPOJwYCt8Z0pnOLrpixQlDkTN5w=";
fetchSubmodules = true;
};