Updating truecrypt, as the old url didn not work already.

Notified by kirelagin@freenode


svn path=/nixpkgs/trunk/; revision=33085
This commit is contained in:
Lluís Batlle i Rossell 2012-03-14 21:28:42 +00:00
parent da0a96d06c
commit ae7b8e3907

View File

@ -45,12 +45,12 @@ library, use the 'NOGUI' parameter:
}:
stdenv.mkDerivation {
name = "truecrypt-7.1";
name = "truecrypt-7.1a";
builder = ./builder.sh;
src = fetchurl {
url = http://fossies.org/unix/misc/TrueCrypt-7.1-Source.tar.gz;
sha256 = "1x6rdxcvklb3zpmgfc3mg5h71gzki1q55ljkzjab2vzkf9n5v0cl";
url = http://fossies.org/unix/misc/TrueCrypt-7.1a-Source.tar.gz;
sha1 = "d43e0dbe05c04e316447d87413c4f74c68f5de24";
};
pkcs11h = fetchurl {