mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
haproxy: 2.8.2 -> 2.8.3
This commit is contained in:
parent
8a0223ec08
commit
4e3287c7f9
@ -18,11 +18,11 @@ assert usePcre -> pcre != null;
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "haproxy";
|
pname = "haproxy";
|
||||||
version = "2.8.2";
|
version = "2.8.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz";
|
url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz";
|
||||||
hash = "sha256-aY1pBtFwlGqGl2mWTleBa6PaOt9h/3XomXKxN/RljbA=";
|
hash = "sha256-nsxv/mepd9HtJ5EHu9q3kNc64qYmvDju4j+h9nhqdZ4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl zlib libxcrypt ]
|
buildInputs = [ openssl zlib libxcrypt ]
|
||||||
|
Loading…
Reference in New Issue
Block a user