truecrypt: change checksum from sha1 to sha256

This commit is contained in:
Chris Martin 2016-08-01 13:32:11 -07:00
parent 9c4b23ba11
commit ade00b3c42

View File

@ -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 {