summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-03-24 17:19:38 -0500
committerWill Dietz <w@wdtz.org>2019-03-24 17:37:41 -0500
commitf114ab593ef1554a1c7a5984d685e119e2eee66b (patch)
treeb64bed2f1f9cf1eb6ecff61feaf58b20939391dc /pkgs/applications
parent5699e8edc7243fce3ed2332e76c04c7469f78d4b (diff)
downloadnixpkgs-f114ab593ef1554a1c7a5984d685e119e2eee66b.tar
nixpkgs-f114ab593ef1554a1c7a5984d685e119e2eee66b.tar.gz
nixpkgs-f114ab593ef1554a1c7a5984d685e119e2eee66b.tar.bz2
nixpkgs-f114ab593ef1554a1c7a5984d685e119e2eee66b.tar.lz
nixpkgs-f114ab593ef1554a1c7a5984d685e119e2eee66b.tar.xz
nixpkgs-f114ab593ef1554a1c7a5984d685e119e2eee66b.tar.zst
nixpkgs-f114ab593ef1554a1c7a5984d685e119e2eee66b.zip
tor-browser-bundle-bin: 8.0.6 -> 8.0.8
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix b/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
index 3c127387600..283c63dcd6f 100644
--- a/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
+++ b/pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
@@ -89,7 +89,7 @@ let
   fteLibPath = makeLibraryPath [ stdenv.cc.cc gmp ];
 
   # Upstream source
-  version = "8.0.6";
+  version = "8.0.8";
 
   lang = "en-US";
 
@@ -99,7 +99,7 @@ let
         "https://github.com/TheTorProject/gettorbrowser/releases/download/v${version}/tor-browser-linux64-${version}_${lang}.tar.xz"
         "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz"
       ];
-      sha256 = "14i32r8pw749ghigqblnbr5622jh5wp1ivnwi71vycbgp9pds4f7";
+      sha256 = "14ckbhfiyv01cxnd98iihfz7xvrgcd5k4j7pn9ag4a6xb2l80sxi";
     };
 
     "i686-linux" = fetchurl {