1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00

Merge pull request #7623 from doublec/torbrowser

Update tor-browser to 4.5
This commit is contained in:
Arseniy Seroka 2015-04-29 05:08:54 +03:00
commit 67b4ab520f

View file

@ -20,13 +20,13 @@ let
in stdenv.mkDerivation rec {
name = "tor-browser-${version}";
version = "4.0.8";
version = "4.5";
src = fetchurl {
url = "https://archive.torproject.org/tor-package-archive/torbrowser/${version}/tor-browser-linux${bits}-${version}_en-US.tar.xz";
sha256 = if bits == "64" then
"d8e1ff1865542eb358834bd6f095a2bfa2a991a30ca5188a5752883636a31a36" else
"152186ff31425660675c082af1759ef6cc65f618b6e49e25385c7ccacfe70061";
"15scfjzpbih7pzpqh4jd7jmc9g93sx2myfs6ykr70f5hbc7qhwmg" else
"0lrvhka3z9bh0snplsnxshs8i9iww187ipfn7f96hp5rxgl30p49";
};
patchPhase = ''