about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-08-03 11:54:24 +0200
committerGitHub <noreply@github.com>2016-08-03 11:54:24 +0200
commitb1f2e02fd5aebb73ee38bcf01974b137497ca79a (patch)
tree8dadd21a3ed27955a58b4b53068a480154e74d5e /pkgs
parent67045ca20c45c3e49f4b0fa557cedea9c5c15c58 (diff)
parentade00b3c4243c755d2f003a4b5f6143248f75dee (diff)
downloadnixlib-b1f2e02fd5aebb73ee38bcf01974b137497ca79a.tar
nixlib-b1f2e02fd5aebb73ee38bcf01974b137497ca79a.tar.gz
nixlib-b1f2e02fd5aebb73ee38bcf01974b137497ca79a.tar.bz2
nixlib-b1f2e02fd5aebb73ee38bcf01974b137497ca79a.tar.lz
nixlib-b1f2e02fd5aebb73ee38bcf01974b137497ca79a.tar.xz
nixlib-b1f2e02fd5aebb73ee38bcf01974b137497ca79a.tar.zst
nixlib-b1f2e02fd5aebb73ee38bcf01974b137497ca79a.zip
Merge pull request #17456 from chris-martin/truecrypt-fix-src
Truecrypt: fix source url
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/truecrypt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/truecrypt/default.nix b/pkgs/applications/misc/truecrypt/default.nix
index 19fa85b279c6..bc15b084cd9f 100644
--- a/pkgs/applications/misc/truecrypt/default.nix
+++ b/pkgs/applications/misc/truecrypt/default.nix
@@ -49,8 +49,8 @@ stdenv.mkDerivation {
   builder = ./builder.sh;
 
   src = fetchurl {
-    url = http://fossies.org/unix/misc/TrueCrypt-7.1a-Source.tar.gz;
-    sha1 = "d43e0dbe05c04e316447d87413c4f74c68f5de24";
+    url = https://fossies.org/linux/misc/old/TrueCrypt-7.1a-Source.tar.gz;
+    sha256 = "e6214e911d0bbededba274a2f8f8d7b3f6f6951e20f1c3a598fc7a23af81c8dc";
   };
 
   pkcs11h = fetchurl {