From eaee50c232ed6ea308bae45f0e8816e7981daab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 29 Nov 2009 22:37:07 +0000 Subject: [PATCH] Updating truecrypt. Following the trend. I don't know of any repository of not-the-latest versions. svn path=/nixpkgs/trunk/; revision=18702 --- pkgs/applications/misc/truecrypt/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/truecrypt/default.nix b/pkgs/applications/misc/truecrypt/default.nix index 61da28cfbab..906817fe5a2 100644 --- a/pkgs/applications/misc/truecrypt/default.nix +++ b/pkgs/applications/misc/truecrypt/default.nix @@ -45,12 +45,12 @@ library, use the 'NOGUI' parameter: }: stdenv.mkDerivation { - name = "truecrypt-6.3"; + name = "truecrypt-6.3a"; builder = ./builder.sh; src = fetchurl { - url = http://www.sfr-fresh.com/unix/misc/TrueCrypt_6.3_Source.tar.gz; - sha256 = "0vgyng5zmdjdqlhai0szzapfm14njr3swamnw6yyb6pnjdncd0jq"; + url = http://www.sfr-fresh.com/unix/misc/TrueCrypt_6.3a_Source.tar.gz; + sha256 = "1vwnzay9gjlldqbdb20rhq2arhyzhdy347qc00hkpqmv2b8z070y"; }; pkcs11h = fetchurl {