From f32369b2b69cdaa48ad00b18e022a073422a32f9 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 28 Jul 2022 14:10:06 +0700 Subject: [PATCH] qdigidoc: use other source It seems there's another version of the tarball published, without a magic number that needs to be manually incremented. Use that. --- pkgs/tools/security/qdigidoc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/qdigidoc/default.nix b/pkgs/tools/security/qdigidoc/default.nix index 54f3edc42ee..19ce14f915a 100644 --- a/pkgs/tools/security/qdigidoc/default.nix +++ b/pkgs/tools/security/qdigidoc/default.nix @@ -20,8 +20,8 @@ mkDerivation rec { src = fetchurl { url = - "https://github.com/open-eid/DigiDoc4-Client/releases/download/v${version}/qdigidoc4_${version}.118-1804.tar.xz"; - hash = "sha256-tdirhSEpBa1hnpau+bWP9Ioy44DLJHulSBx7xWl0hG4="; + "https://github.com/open-eid/DigiDoc4-Client/releases/download/v${version}/qdigidoc4-${version}.tar.gz"; + hash = "sha256-6bso1qvhVhbBfrcTq4S+aHtHli7X2A926N4r45ztq4E="; }; tsl = fetchurl {