veracrypt: 1.24-Update7 -> 1.25.9

This fixes a current build issue on master
(cae8c76a9b)

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2022-04-18 20:59:54 +02:00
parent cae8c76a9b
commit 654e1d7f63
No known key found for this signature in database
GPG Key ID: 074048E893713170

View File

@ -18,11 +18,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "veracrypt";
version = "1.24-Update7";
version = "1.25.9";
src = fetchurl {
url = "https://launchpad.net/${pname}/trunk/${toLower version}/+download/VeraCrypt_${version}_Source.tar.bz2";
sha256 = "0i7h44zn2mjzgh416l7kfs0dk6qc7b1bxsaxqqqcvgrpl453n7bc";
sha256 = "sha256-drbhgYS8IaQdKUn/Y9ch1JBUpxbO/zpL13tcNRC3lK8=";
};
patches = [