Skip to content

Commit

Permalink
torbrowser: fix url typo
Browse files Browse the repository at this point in the history
I used nix-prefetch-url to generate the hashes, so of course this
mistake slipped by ...

Ref: 5bbe542
(cherry picked from commit 4a4bc14)
  • Loading branch information
joachifm committed Jan 26, 2017
1 parent 7274b07 commit ffd8181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/security/tor/torbrowser.nix
Expand Up @@ -15,7 +15,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";
Expand Down

0 comments on commit ffd8181

Please sign in to comment.