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: f3cca2f83ce2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0e76e1320c94
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 2, 2018

  1. tor: 0.3.4.8 -> 0.3.4.9

    https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.3.4.9
    
    Please confirm the sha256 is correct for a verified tarball,
    I'm not setup (or know how offhand but docs look promising)
    to do this myself.
    dtzWill committed Nov 2, 2018
    Copy the full SHA
    c78761b View commit details

Commits on Nov 3, 2018

  1. Merge pull request #49652 from dtzWill/update/tor-0.3.4.9

    tor: 0.3.4.8 -> 0.3.4.9
    joachifm authored Nov 3, 2018
    Copy the full SHA
    0e76e13 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/security/tor/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/security/tor/default.nix
Original file line number Diff line number Diff line change
@@ -14,11 +14,11 @@
}:

stdenv.mkDerivation rec {
name = "tor-0.3.4.8";
name = "tor-0.3.4.9";

src = fetchurl {
url = "https://dist.torproject.org/${name}.tar.gz";
sha256 = "08qhzcmzxp5xr2l5721vagksqnnbrzzzy5hmz5y9r8lrq2r4qsl2";
sha256 = "0jhnvnp08hsfrzgsvg5xnfxyaw3nzgg9h24cwbwnz6iby20i05qs";
};

outputs = [ "out" "geoip" ];