Skip to content

Commit ffd8181

Browse files
committedJan 26, 2017
torbrowser: fix url typo
I used nix-prefetch-url to generate the hashes, so of course this mistake slipped by ... Ref: 5bbe542 (cherry picked from commit 4a4bc14)
1 parent 7274b07 commit ffd8181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎pkgs/tools/security/tor/torbrowser.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
1515
version = "6.5";
1616

1717
src = fetchurl {
18-
url = "https://dist.torproject/torbrowser/${version}/tor-browser-linux${if stdenv.is64bit then "64" else "32"}-${version}_en-US.tar.xz";
18+
url = "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux${if stdenv.is64bit then "64" else "32"}-${version}_en-US.tar.xz";
1919
sha256 = if stdenv.is64bit then
2020
"0q0rdwjiqjjh9awiyp0a55nkhyri5y6zhkyq3n3x6w4afihl0wf4" else
2121
"1y1sx2gp7c66l7a4smfibl8mv54byvawhhkikpa5l2vic75vyhk9";

0 commit comments

Comments
 (0)
Please sign in to comment.