summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-03-15 02:34:53 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2016-03-15 02:34:53 +0100
commit665e79324e8a9f80e7e10adce8ccd36c9aa829de (patch)
tree1d7bf8da9285ebc63dad9b9cbfe4a84c6da287f8 /pkgs/tools/security
parentd227d9a70e41d65e4e6f4ac75a9d243c5a19fa85 (diff)
downloadnixlib-665e79324e8a9f80e7e10adce8ccd36c9aa829de.tar
nixlib-665e79324e8a9f80e7e10adce8ccd36c9aa829de.tar.gz
nixlib-665e79324e8a9f80e7e10adce8ccd36c9aa829de.tar.bz2
nixlib-665e79324e8a9f80e7e10adce8ccd36c9aa829de.tar.lz
nixlib-665e79324e8a9f80e7e10adce8ccd36c9aa829de.tar.xz
nixlib-665e79324e8a9f80e7e10adce8ccd36c9aa829de.tar.zst
nixlib-665e79324e8a9f80e7e10adce8ccd36c9aa829de.zip
torbrowser: 5.5.2 -> 5.5.3
Diffstat (limited to 'pkgs/tools/security')
-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 dfde2b57aa69..457cc5fa4c43 100644
--- a/pkgs/tools/security/tor/torbrowser.nix
+++ b/pkgs/tools/security/tor/torbrowser.nix
@@ -16,13 +16,13 @@ let
 
 in stdenv.mkDerivation rec {
   name = "tor-browser-${version}";
-  version = "5.5.2";
+  version = "5.5.3";
 
   src = fetchurl {
     url = "https://archive.torproject.org/tor-package-archive/torbrowser/${version}/tor-browser-linux${if stdenv.is64bit then "64" else "32"}-${version}_en-US.tar.xz";
     sha256 = if stdenv.is64bit then
-      "1zb5fssy9c37cb0ab083f2jifw47wnck32nc6zpijmqm059yccxc" else
-      "1gjc6prx3n769nj4gzhfjrb2qpw3ypvsb3pp0a130db1ssgnzqqr";
+      "04na0xp2fqq72shj88wayx23cwhbhcdsl0vi0wfhh4k6ajr7yg7c" else
+      "06xmbrpyazvss89dwd08rdza7s2p4i326izjdrdhxrjkz83jkf2m";
   };
 
   desktopItem = makeDesktopItem {