lol

Merge pull request #239329 from felschr/tor-browser-12.5

tor-browser-bundle-bin: 12.0.7 -> 12.5

authored by

Emily and committed by
GitHub
ecc86467 53008f6a

+4 -4
+4 -4
pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
··· 89 89 fteLibPath = lib.makeLibraryPath [ stdenv.cc.cc gmp ]; 90 90 91 91 # Upstream source 92 - version = "12.0.7"; 92 + version = "12.5"; 93 93 94 94 lang = "ALL"; 95 95 ··· 101 101 "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz" 102 102 "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz" 103 103 ]; 104 - hash = "sha256-lo+Iy6I7S1NV1E9CBPqJjRFzuEXGC80NRUUlpZfG5wU="; 104 + hash = "sha256-ois/0ghnQVX6A4OsGybOX2Ph0eKHOHX0+qfR9rnA3v8="; 105 105 }; 106 106 107 107 i686-linux = fetchurl { ··· 111 111 "https://tor.eff.org/dist/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz" 112 112 "https://tor.calyxinstitute.org/dist/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz" 113 113 ]; 114 - hash = "sha256-aLHZUFDZZ4i7BXoM5YxPrznYw812/OGmhG97t9okOvs="; 114 + hash = "sha256-Wee3wCVT+Ius9qOJOLTdAEysMh6Z2+swoS9obF28bYo="; 115 115 }; 116 116 }; 117 117 ··· 248 248 249 249 # Hard-code path to TBB fonts; see also FONTCONFIG_FILE in 250 250 # the wrapper below. 251 - FONTCONFIG_FILE=$TBB_IN_STORE/TorBrowser/Data/fontconfig/fonts.conf 251 + FONTCONFIG_FILE=$TBB_IN_STORE/fontconfig/fonts.conf 252 252 sed -i "$FONTCONFIG_FILE" \ 253 253 -e "s,<dir>fonts</dir>,<dir>$TBB_IN_STORE/fonts</dir>," 254 254