Skip to content

Commit

Permalink
torbrowser: 6.5 -> 6.5.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 74f8e0f)
  • Loading branch information
joachifm authored and globin committed Mar 9, 2017
1 parent 1478639 commit b9e4091
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/tor/torbrowser.nix
Expand Up @@ -24,13 +24,13 @@ in

stdenv.mkDerivation rec {
name = "tor-browser-${version}";
version = "6.5";
version = "6.5.1";

src = fetchurl {
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";
"1p2bgavvyzahqpjg9vp14c0s50rmha3v1hs1c8zvz6fj8fgrhn0i" else
"1zfghr01bhpn39wqaw7hyx7yap7xyla4m3mrgz2vi9a5qsyxmbcr";
};

preferLocalBuild = true;
Expand Down

0 comments on commit b9e4091

Please sign in to comment.