mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haproxy: update to 1.5.11
Change-Id: I6f5d8d62084da89c22e99df2a99b4608ba95f874
This commit is contained in:
parent
b9cc04329b
commit
2efd1a4700
@ -1,12 +1,12 @@
|
||||
{ stdenv, pkgs, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.4.25";
|
||||
version = "1.5.11";
|
||||
name = "haproxy-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://haproxy.1wt.eu/download/1.4/src/${name}.tar.gz";
|
||||
sha256 = "0qnvj6kbnrrc69nsp2dn5iv2z79adzkcgqssnk30iwvvwg0qwh44";
|
||||
url = "http://haproxy.1wt.eu/download/1.5/src/${name}.tar.gz";
|
||||
sha256 = "1gwkyy06c8bw5vcjv82hai554zrd415jjsb1iafg01c4k1ia8nlb";
|
||||
};
|
||||
|
||||
buildInputs = [ ];
|
||||
|
Loading…
Reference in New Issue
Block a user