Merge pull request #78854 from r-ryantm/auto-update/squid

squid: 4.9 -> 4.10
This commit is contained in:
Michael Raskin 2020-01-30 20:24:49 +00:00 committed by GitHub
commit 4297d4b017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "squid-4.9";
name = "squid-4.10";
src = fetchurl {
url = "http://www.squid-cache.org/Versions/v4/${name}.tar.xz";
sha256 = "188znkbpr315yxbpvpvbpb5sbsn15zmg8l207a55dc43cs687c8w";
sha256 = "07sz0adv8nkhy797675bpra7lvdkwjq9isw1ddgylhlazl511w4q";
};
nativeBuildInputs = [ pkgconfig ];