Merge pull request #75617 from scaredmushroom/master
tor-browser-bundle-bin: 9.0.1 -> 9.0.2
This commit is contained in:
commit
8362b06dc6
@ -1110,6 +1110,12 @@
|
|||||||
githubId = 5555066;
|
githubId = 5555066;
|
||||||
name = "Andrew Cann";
|
name = "Andrew Cann";
|
||||||
};
|
};
|
||||||
|
cap = {
|
||||||
|
name = "cap";
|
||||||
|
email = "nixos_xasenw9@digitalpostkasten.de";
|
||||||
|
github = "scaredmushroom";
|
||||||
|
githubId = 45340040;
|
||||||
|
};
|
||||||
carlosdagos = {
|
carlosdagos = {
|
||||||
email = "m@cdagostino.io";
|
email = "m@cdagostino.io";
|
||||||
github = "carlosdagos";
|
github = "carlosdagos";
|
||||||
|
@ -93,19 +93,19 @@ let
|
|||||||
fteLibPath = makeLibraryPath [ stdenv.cc.cc gmp ];
|
fteLibPath = makeLibraryPath [ stdenv.cc.cc gmp ];
|
||||||
|
|
||||||
# Upstream source
|
# Upstream source
|
||||||
version = "9.0.1";
|
version = "9.0.2";
|
||||||
|
|
||||||
lang = "en-US";
|
lang = "en-US";
|
||||||
|
|
||||||
srcs = {
|
srcs = {
|
||||||
x86_64-linux = fetchurl {
|
x86_64-linux = fetchurl {
|
||||||
url = "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz";
|
url = "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz";
|
||||||
sha256 = "09iasj13wn3d1dygpxn4www4rx8wnxxlm9h6df9lzf4wll15px55";
|
sha256 = "1xdnqphsj7wzwyv927jwd3fi36srx0minydwl5jg5yyd3m3if9hb";
|
||||||
};
|
};
|
||||||
|
|
||||||
i686-linux = fetchurl {
|
i686-linux = fetchurl {
|
||||||
url = "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz";
|
url = "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz";
|
||||||
sha256 = "1vz3pvqi114c9lkyhqy754ngi90708c187xwiyr9786ff89sjw5i";
|
sha256 = "1qk9fg5dvyyvbngsqla00by8a974mpvq9pnm2djif54lr2nfivwf";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
@ -397,7 +397,7 @@ stdenv.mkDerivation rec {
|
|||||||
longDescription = tor-browser-bundle.meta.longDescription;
|
longDescription = tor-browser-bundle.meta.longDescription;
|
||||||
homepage = "https://www.torproject.org/";
|
homepage = "https://www.torproject.org/";
|
||||||
platforms = attrNames srcs;
|
platforms = attrNames srcs;
|
||||||
maintainers = with maintainers; [ offline matejc doublec thoughtpolice joachifm hax404 ];
|
maintainers = with maintainers; [ offline matejc doublec thoughtpolice joachifm hax404 cap ];
|
||||||
hydraPlatforms = [];
|
hydraPlatforms = [];
|
||||||
# MPL2.0+, GPL+, &c. While it's not entirely clear whether
|
# MPL2.0+, GPL+, &c. While it's not entirely clear whether
|
||||||
# the compound is "libre" in a strict sense (some components place certain
|
# the compound is "libre" in a strict sense (some components place certain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user