mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
haproxt: update 1.4.25
This commit is contained in:
parent
df2232ac24
commit
33e9c4e35f
|
@ -1,12 +1,12 @@
|
|||
{ stdenv, pkgs, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.4.24";
|
||||
version = "1.4.25";
|
||||
name = "haproxy-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://haproxy.1wt.eu/download/1.4/src/${name}.tar.gz";
|
||||
sha256 = "1vy7jz7l8qdd6ah3y65zarz9x9pf3bs02icxnrckpgh1s3s2h2b8";
|
||||
sha256 = "0qnvj6kbnrrc69nsp2dn5iv2z79adzkcgqssnk30iwvvwg0qwh44";
|
||||
};
|
||||
|
||||
buildInputs = [ ];
|
||||
|
|
Loading…
Reference in a new issue