mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
Updating truecrypt from 6.2a to 6.3, mostly because the old src disappeared.
svn path=/nixpkgs/trunk/; revision=18121
This commit is contained in:
parent
23ef4c4f79
commit
13a369476b
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue