Skip to content

Commit

Permalink
tor-browser-bundle-bin: 9.0.4 -> 9.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hax404 committed Feb 15, 2020
1 parent ee93640 commit ec3daae
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -90,19 +90,19 @@ let
fteLibPath = makeLibraryPath [ stdenv.cc.cc gmp ];

# Upstream source
version = "9.0.4";
version = "9.0.5";

lang = "en-US";

srcs = {
x86_64-linux = fetchurl {
url = "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz";
sha256 = "14zlf02i447hcdr4qap8af1k4aziznfp9m2ygqz05zsy8icm1j2k";
sha256 = "1d4c3mrvqd6v086mwn3rnv776y2j3y45agnd0k5njqnmr53ybn2s";
};

i686-linux = fetchurl {
url = "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz";
sha256 = "1bmih91gsh698fp2mbnjcq8vmwhg822wanmn99r0xhkmgpi4zw2s";
sha256 = "040nh79hjkg5afvzshzhp7588dbi1pcpjsyk8phfqaapds74ma8y";
};
};
in
Expand Down

0 comments on commit ec3daae

Please sign in to comment.