squid: 6.12 -> 6.13

See https://github.com/squid-cache/squid/releases/tag/SQUID_6_13
This commit is contained in:
Cobalt
2025-02-05 00:36:55 +01:00
parent 4fb9aa5ace
commit 831eb99834
+2 -2
View File
@@ -21,11 +21,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "squid";
version = "6.12";
version = "6.13";
src = fetchurl {
url = "http://www.squid-cache.org/Versions/v6/squid-${finalAttrs.version}.tar.xz";
hash = "sha256-8986uyYDpRMmbySl1Gmanw12ufVU0YSLZ/nFHNOzy1A=";
hash = "sha256-Iy4FZ5RszAEVZTw8GPAeg/LZzEnEPZ3q2LMZrws1rVI=";
};
nativeBuildInputs = [ pkg-config ];