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

Commits on May 24, 2020

  1. tor: 0.4.2.7 -> 0.4.3.5

    r-ryantm committed May 24, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    906323f View commit details

Commits on Jun 1, 2020

  1. Merge pull request #88780 from r-ryantm/auto-update/tor

    tor: 0.4.2.7 -> 0.4.3.5
    Lassulus authored Jun 1, 2020
    Copy the full SHA
    072be4f 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
@@ -15,11 +15,11 @@

stdenv.mkDerivation rec {
pname = "tor";
version = "0.4.2.7";
version = "0.4.3.5";

src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "0v82ngwwmmcb7i9563bgsmrjy6xp83xyhqhaljygd0pkvlsxi886";
sha256 = "0s6qspi102drn1nk3gfxs51x992xarc44gkfsi8y3l48wr50wsk1";
};

outputs = [ "out" "geoip" ];