lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

+2 -2
+2 -2
pkgs/tools/security/qdigidoc/default.nix
··· 20 20 21 21 src = fetchurl { 22 22 url = 23 - "https://github.com/open-eid/DigiDoc4-Client/releases/download/v${version}/qdigidoc4_${version}.118-1804.tar.xz"; 24 - hash = "sha256-tdirhSEpBa1hnpau+bWP9Ioy44DLJHulSBx7xWl0hG4="; 23 + "https://github.com/open-eid/DigiDoc4-Client/releases/download/v${version}/qdigidoc4-${version}.tar.gz"; 24 + hash = "sha256-6bso1qvhVhbBfrcTq4S+aHtHli7X2A926N4r45ztq4E="; 25 25 }; 26 26 27 27 tsl = fetchurl {