From ade00b3c4243c755d2f003a4b5f6143248f75dee Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Mon, 1 Aug 2016 13:32:11 -0700 Subject: [PATCH] truecrypt: change checksum from sha1 to sha256 --- pkgs/applications/misc/truecrypt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/truecrypt/default.nix b/pkgs/applications/misc/truecrypt/default.nix index 728bb6d4d63..bc15b084cd9 100644 --- a/pkgs/applications/misc/truecrypt/default.nix +++ b/pkgs/applications/misc/truecrypt/default.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation { src = fetchurl { url = https://fossies.org/linux/misc/old/TrueCrypt-7.1a-Source.tar.gz; - sha1 = "d43e0dbe05c04e316447d87413c4f74c68f5de24"; + sha256 = "e6214e911d0bbededba274a2f8f8d7b3f6f6951e20f1c3a598fc7a23af81c8dc"; }; pkcs11h = fetchurl {