Author: viric
Date: Thu Feb  2 08:54:54 2012
New Revision: 31963
URL: https://nixos.org/websvn/nix/?rev=31963&sc=1

Log:
Updating truecrypt to 7.1.

I pick the tarball not from the mainsite, but we checked that the hash
corresponds with that of the main site.

Modified:
   nixpkgs/trunk/pkgs/applications/misc/truecrypt/default.nix

Modified: nixpkgs/trunk/pkgs/applications/misc/truecrypt/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/misc/truecrypt/default.nix  Wed Feb  1 
22:33:35 2012        (r31962)
+++ nixpkgs/trunk/pkgs/applications/misc/truecrypt/default.nix  Thu Feb  2 
08:54:54 2012        (r31963)
@@ -40,17 +40,17 @@
    $ make NOGUI=1
 */
 
-{ fetchurl, stdenv, pkgconfig, fuse, wxGTK, devicemapper,
+{ fetchurl, stdenv, pkgconfig, nasm, fuse, wxGTK, devicemapper,
   wxGUI ? true
 }:
 
 stdenv.mkDerivation {
-  name = "truecrypt-6.3a";
+  name = "truecrypt-7.1";
   builder = ./builder.sh;
 
   src = fetchurl {
-    url = http://www.sfr-fresh.com/unix/misc/TrueCrypt_6.3a_Source.tar.gz;
-    sha256 = "1vwnzay9gjlldqbdb20rhq2arhyzhdy347qc00hkpqmv2b8z070y";
+    url = http://fossies.org/unix/misc/TrueCrypt-7.1-Source.tar.gz;
+    sha256 = "1x6rdxcvklb3zpmgfc3mg5h71gzki1q55ljkzjab2vzkf9n5v0cl";
   };
 
   pkcs11h = fetchurl {
@@ -68,7 +68,7 @@
     sha256 = 
"5ae6a4f32ca737e02def3bf314c9842fb89be82bf00b6f4022a97d8d565522b8";
   };
 
-  buildInputs = [ pkgconfig fuse devicemapper wxGTK ]; 
+  buildInputs = [ pkgconfig fuse devicemapper wxGTK nasm ]; 
   makeFlags = if (wxGUI) then "" else "NOGUI=1";
 
   meta = {
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to