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

Commits on Jun 18, 2019

  1. squid4: 4.6 -> 4.7

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/squid/versions
    r-ryantm committed Jun 18, 2019
    Copy the full SHA
    48178d9 View commit details
  2. Merge pull request #63436 from r-ryantm/auto-update/squid

    squid4: 4.6 -> 4.7
    7c6f434c authored Jun 18, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    12df2b0 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/squid/4.nix
4 changes: 2 additions & 2 deletions pkgs/servers/squid/4.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@
, expat, libxml2, openssl }:

stdenv.mkDerivation rec {
name = "squid-4.6";
name = "squid-4.7";

src = fetchurl {
url = "http://www.squid-cache.org/Versions/v4/${name}.tar.xz";
sha256 = "0h9x63h0ljz4w1arj1rqhcyiwiqn89fdy1f6qi153454sgjssnq1";
sha256 = "0kimbvp2mzask9k58va4s829vv3m54fzxrj7ryqshw5bfxgzd752";
};

buildInputs = [