about summary refs log tree commit diff
path: root/pkgs/tools/security/tor
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-01-26 14:42:42 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2017-01-26 14:44:33 +0100
commit4a4bc142601aec873154bf60ee22f6cfe5abeb29 (patch)
tree48f3ef59770ce4c19a25654b9ece193672ad1f42 /pkgs/tools/security/tor
parent1c3b906b22f0bc949b022ce2a4d8162294edc2d3 (diff)
downloadnixlib-4a4bc142601aec873154bf60ee22f6cfe5abeb29.tar
nixlib-4a4bc142601aec873154bf60ee22f6cfe5abeb29.tar.gz
nixlib-4a4bc142601aec873154bf60ee22f6cfe5abeb29.tar.bz2
nixlib-4a4bc142601aec873154bf60ee22f6cfe5abeb29.tar.lz
nixlib-4a4bc142601aec873154bf60ee22f6cfe5abeb29.tar.xz
nixlib-4a4bc142601aec873154bf60ee22f6cfe5abeb29.tar.zst
nixlib-4a4bc142601aec873154bf60ee22f6cfe5abeb29.zip
torbrowser: fix url typo
I used nix-prefetch-url to generate the hashes, so of course this
mistake slipped by ...

Ref: 5bbe54272de8689f7bdb2071d528e5d961edadda
Diffstat (limited to 'pkgs/tools/security/tor')
-rw-r--r--pkgs/tools/security/tor/torbrowser.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/tor/torbrowser.nix b/pkgs/tools/security/tor/torbrowser.nix
index e2807384fb1a..7661d42a5d6b 100644
--- a/pkgs/tools/security/tor/torbrowser.nix
+++ b/pkgs/tools/security/tor/torbrowser.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
   version = "6.5";
 
   src = fetchurl {
-    url = "https://dist.torproject/torbrowser/${version}/tor-browser-linux${if stdenv.is64bit then "64" else "32"}-${version}_en-US.tar.xz";
+    url = "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux${if stdenv.is64bit then "64" else "32"}-${version}_en-US.tar.xz";
     sha256 = if stdenv.is64bit then
       "0q0rdwjiqjjh9awiyp0a55nkhyri5y6zhkyq3n3x6w4afihl0wf4" else
       "1y1sx2gp7c66l7a4smfibl8mv54byvawhhkikpa5l2vic75vyhk9";