Updating truecrypt from 6.2a to 6.3, mostly because the old src disappeared.

svn path=/nixpkgs/trunk/; revision=18121
This commit is contained in:
Lluís Batlle i Rossell 2009-11-04 22:17:08 +00:00
parent 23ef4c4f79
commit 13a369476b

View File

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