Unverified Commit 5eac03ec authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

squid: 6.12 -> 6.13 (#379132)

parents 29c463a6 831eb998
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];