Updating truecrypt. Following the trend. I don't know of any repository of

not-the-latest versions.

svn path=/nixpkgs/trunk/; revision=18702
This commit is contained in:
Lluís Batlle i Rossell 2009-11-29 22:37:07 +00:00
parent 3bae8e9590
commit eaee50c232

View File

@ -45,12 +45,12 @@ library, use the 'NOGUI' parameter:
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "truecrypt-6.3"; name = "truecrypt-6.3a";
builder = ./builder.sh; builder = ./builder.sh;
src = fetchurl { src = fetchurl {
url = http://www.sfr-fresh.com/unix/misc/TrueCrypt_6.3_Source.tar.gz; url = http://www.sfr-fresh.com/unix/misc/TrueCrypt_6.3a_Source.tar.gz;
sha256 = "0vgyng5zmdjdqlhai0szzapfm14njr3swamnw6yyb6pnjdncd0jq"; sha256 = "1vwnzay9gjlldqbdb20rhq2arhyzhdy347qc00hkpqmv2b8z070y";
}; };
pkcs11h = fetchurl { pkcs11h = fetchurl {