about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWayne Scott <wsc9tt@gmail.com>2016-07-18 04:49:16 -0500
committerAustin Seipp <aseipp@pobox.com>2016-07-18 05:22:18 -0500
commit01753f247052ba83e4be8df8c8af662ce9993979 (patch)
tree63ce60ae9cd7412d860c6f4049f650c294539d44 /pkgs
parentd7cfdc581ca6e6e1bd671d5e2da04e4db6257ca5 (diff)
downloadnixlib-01753f247052ba83e4be8df8c8af662ce9993979.tar
nixlib-01753f247052ba83e4be8df8c8af662ce9993979.tar.gz
nixlib-01753f247052ba83e4be8df8c8af662ce9993979.tar.bz2
nixlib-01753f247052ba83e4be8df8c8af662ce9993979.tar.lz
nixlib-01753f247052ba83e4be8df8c8af662ce9993979.tar.xz
nixlib-01753f247052ba83e4be8df8c8af662ce9993979.tar.zst
nixlib-01753f247052ba83e4be8df8c8af662ce9993979.zip
nixpkgs: update libtomcrypt url
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/libtomcrypt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libtomcrypt/default.nix b/pkgs/development/libraries/libtomcrypt/default.nix
index e960f5ef57f3..896c907bbc85 100644
--- a/pkgs/development/libraries/libtomcrypt/default.nix
+++ b/pkgs/development/libraries/libtomcrypt/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   name = "libtomcrypt-1.17";
 
   src = fetchurl {
-    url = "http://libtom.org/files/crypt-1.17.tar.bz2";
+    url = "https://github.com/libtom/libtomcrypt/releases/download/1.17/crypt-1.17.tar.bz2";
     sha256 = "e33b47d77a495091c8703175a25c8228aff043140b2554c08a3c3cd71f79d116";
   };