about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2015-04-29 05:08:54 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2015-04-29 05:08:54 +0300
commit67b4ab520ffd5233785ff9ea79c1b62aaeda741c (patch)
treea4d2c3ec8b1f55873531cc9ae884a773c823d4ff /pkgs
parentb2f426d9816ae1b0dfc8e6cd2e8dd23d9326182f (diff)
parentd941d4c26e8efb8f20207b97d33f707b694cfe5b (diff)
downloadnixlib-67b4ab520ffd5233785ff9ea79c1b62aaeda741c.tar
nixlib-67b4ab520ffd5233785ff9ea79c1b62aaeda741c.tar.gz
nixlib-67b4ab520ffd5233785ff9ea79c1b62aaeda741c.tar.bz2
nixlib-67b4ab520ffd5233785ff9ea79c1b62aaeda741c.tar.lz
nixlib-67b4ab520ffd5233785ff9ea79c1b62aaeda741c.tar.xz
nixlib-67b4ab520ffd5233785ff9ea79c1b62aaeda741c.tar.zst
nixlib-67b4ab520ffd5233785ff9ea79c1b62aaeda741c.zip
Merge pull request #7623 from doublec/torbrowser
Update tor-browser to 4.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/tor/torbrowser.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/tor/torbrowser.nix b/pkgs/tools/security/tor/torbrowser.nix
index b605f3eb3308..67d8b1105681 100644
--- a/pkgs/tools/security/tor/torbrowser.nix
+++ b/pkgs/tools/security/tor/torbrowser.nix
@@ -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 = ''