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

squid: 4.16 -> 4.17
This commit is contained in:
Michael Raskin 2021-10-29 07:58:20 +00:00 committed by GitHub
commit 2a990ee4aa
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.16";
version = "4.17";
src = fetchurl {
url = "http://www.squid-cache.org/Versions/v4/${pname}-${version}.tar.xz";
sha256 = "sha256-fgDokXV8HALa5UbJiY9EDGAxtoTYwkPW7atSkHbjumM=";
sha256 = "sha256-y5KKwIx8hrFRscj4J6vhqE2DGBoqhuDVEihhY+HjFBg=";
};
nativeBuildInputs = [ pkg-config ];