summary refs log tree commit diff
path: root/pkgs/applications/misc/truecrypt
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-03-14 21:28:42 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-03-14 21:28:42 +0000
commitae7b8e3907f2a2d8b39901009967b1db61a8ade2 (patch)
tree2120ee9e044733fbfbcb3cabaefba5f33bf94c0d /pkgs/applications/misc/truecrypt
parentda0a96d06cfb2ffde01fbf2fb6e23f34fea9fead (diff)
downloadnixlib-ae7b8e3907f2a2d8b39901009967b1db61a8ade2.tar
nixlib-ae7b8e3907f2a2d8b39901009967b1db61a8ade2.tar.gz
nixlib-ae7b8e3907f2a2d8b39901009967b1db61a8ade2.tar.bz2
nixlib-ae7b8e3907f2a2d8b39901009967b1db61a8ade2.tar.lz
nixlib-ae7b8e3907f2a2d8b39901009967b1db61a8ade2.tar.xz
nixlib-ae7b8e3907f2a2d8b39901009967b1db61a8ade2.tar.zst
nixlib-ae7b8e3907f2a2d8b39901009967b1db61a8ade2.zip
Updating truecrypt, as the old url didn not work already.
Notified by kirelagin@freenode


svn path=/nixpkgs/trunk/; revision=33085
Diffstat (limited to 'pkgs/applications/misc/truecrypt')
-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 bd7197534519..40a4f8412667 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-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 {