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

squid: 4.15 -> 4.16
This commit is contained in:
Michael Raskin 2021-08-19 21:09:48 +00:00 committed by GitHub
commit 8ae995ae90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "squid";
version = "4.15";
version = "4.16";
src = fetchurl {
url = "http://www.squid-cache.org/Versions/v4/${pname}-${version}.tar.xz";
sha256 = "sha256-tpOk5asoEaioVPYN4KYq+786lSux0EeVLJrgEyH4SiU=";
sha256 = "sha256-fgDokXV8HALa5UbJiY9EDGAxtoTYwkPW7atSkHbjumM=";
};
nativeBuildInputs = [ pkg-config ];