haproxt: update 1.4.25

This commit is contained in:
Rok Garbas 2014-06-01 14:40:37 +01:00
parent df2232ac24
commit 33e9c4e35f

View file

@ -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 = [ ];