Update tor-browser to 4.5
This commit is contained in:
parent
b9b8e3acba
commit
d941d4c26e
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user