lol

tor-browser-bundle-bin: 9.5.3 -> 9.5.4

authored by

Tethys Svensson and committed by
Jon
14d80306 082fbfd2

+3 -3
+3 -3
pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
··· 91 91 fteLibPath = makeLibraryPath [ stdenv.cc.cc gmp ]; 92 92 93 93 # Upstream source 94 - version = "9.5.3"; 94 + version = "9.5.4"; 95 95 96 96 lang = "en-US"; 97 97 98 98 srcs = { 99 99 x86_64-linux = fetchurl { 100 100 url = "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz"; 101 - sha256 = "1kqvr0sag94xdkq85k426qq1hz2b52m315yz51w6hvc87d8332b4"; 101 + sha256 = "sha256-XW2B2wTgqMU2w9XhPJNcUjGLrHykQIngMcG/fFTWb04="; 102 102 }; 103 103 104 104 i686-linux = fetchurl { 105 105 url = "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz"; 106 - sha256 = "179g00xw964d6x11wvzs84r7d6rcczx7ganqrxrs499yklscc46b"; 106 + sha256 = "sha256-EyDyAxB5Og1Cn04tuBF9ob8BxqULy2Ur07BuDxZlmqQ="; 107 107 }; 108 108 }; 109 109 in