summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-04 22:17:08 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-04 22:17:08 +0000
commit13a369476bfbec13962a7f061118d767adefa001 (patch)
tree664ada0573583b1d231116cf43397ad517e81e1f /pkgs/applications/misc
parent23ef4c4f7903eff3c35fa58536b271cb03f5a170 (diff)
Updating truecrypt from 6.2a to 6.3, mostly because the old src disappeared.
svn path=/nixpkgs/trunk/; revision=18121
Diffstat (limited to 'pkgs/applications/misc')
-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 6f5b1d85994e..61da28cfbabc 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.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 {