summary refs log tree commit diff
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-29 22:37:07 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-29 22:37:07 +0000
commiteaee50c232ed6ea308bae45f0e8816e7981daab7 (patch)
treeaab275aaeda6ae17ae2d82f89794ed11dcc3b3fb
parent3bae8e959022d8c4e3d3260c1dc1b1566bd2c33c (diff)
downloadnixlib-eaee50c232ed6ea308bae45f0e8816e7981daab7.tar
nixlib-eaee50c232ed6ea308bae45f0e8816e7981daab7.tar.gz
nixlib-eaee50c232ed6ea308bae45f0e8816e7981daab7.tar.bz2
nixlib-eaee50c232ed6ea308bae45f0e8816e7981daab7.tar.lz
nixlib-eaee50c232ed6ea308bae45f0e8816e7981daab7.tar.xz
nixlib-eaee50c232ed6ea308bae45f0e8816e7981daab7.tar.zst
nixlib-eaee50c232ed6ea308bae45f0e8816e7981daab7.zip
Updating truecrypt. Following the trend. I don't know of any repository of
not-the-latest versions.

svn path=/nixpkgs/trunk/; revision=18702
-rw-r--r--pkgs/applications/misc/truecrypt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/truecrypt/default.nix b/pkgs/applications/misc/truecrypt/default.nix
index 61da28cfbabc..906817fe5a26 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 {