Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f32d08af802c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3a8a85da2294
Choose a head ref
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Mar 28, 2021

  1. tor-browser-bundle-bin: 10.0.12 -> 10.0.13

    Update to latest release.
    
    <https://blog.torproject.org/new-release-tor-browser-10013>
    
    (cherry picked from commit 39b57a4)
    yoctocell authored and bjornfor committed Mar 28, 2021
    Copy the full SHA
    7342b4b View commit details
  2. tor-browser-bundle-bin: 10.0.13 -> 10.0.14

    (cherry picked from commit 14d136c)
    thyol authored and bjornfor committed Mar 28, 2021
    Copy the full SHA
    0d81390 View commit details
  3. tor-browser-bundle-bin: 10.0.14 -> 10.0.15

    (cherry picked from commit d0ee612)
    FliegendeWurst authored and bjornfor committed Mar 28, 2021
    Copy the full SHA
    3a8a85d View commit details
Showing with 3 additions and 6 deletions.
  1. +3 −6 pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
Original file line number Diff line number Diff line change
@@ -33,9 +33,6 @@

, gmp

# Pluggable transport dependencies
, python27

# Wrapper runtime
, coreutils
, glibcLocales
@@ -91,19 +88,19 @@ let
fteLibPath = makeLibraryPath [ stdenv.cc.cc gmp ];

# Upstream source
version = "10.0.12";
version = "10.0.15";

lang = "en-US";

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

i686-linux = fetchurl {
url = "https://dist.torproject.org/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz";
sha256 = "16915fvvq3d16v1bzclnb52sa6yyaalihk3gv93jcnph9vsz8ags";
sha256 = "0gyhxfs4qpg6ys038d52cxnmb4khbng1w4hcsavi2rlgv18bz75p";
};
};
in