Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #87296 from mweinelt/pr/squid
Browse files Browse the repository at this point in the history
squid: 4.10 → 4.11
  • Loading branch information
7c6f434c committed May 8, 2020
2 parents 975718f + a1baba2 commit 3a61617
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/servers/squid/default.nix
Expand Up @@ -3,11 +3,12 @@
}:

stdenv.mkDerivation rec {
name = "squid-4.10";
pname = "squid";
version = "4.11";

src = fetchurl {
url = "http://www.squid-cache.org/Versions/v4/${name}.tar.xz";
sha256 = "07sz0adv8nkhy797675bpra7lvdkwjq9isw1ddgylhlazl511w4q";
url = "http://www.squid-cache.org/Versions/v4/${pname}-${version}.tar.xz";
sha256 = "0z986kykx539wjqd7mr8y0abf3z6hz8byf8fmmbky9hh4ihlgnaf";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 3a61617

Please sign in to comment.