nixos: haproxy module

This commit is contained in:
Rok Garbas
2013-10-29 15:55:25 +01:00
parent db5c6917f3
commit 562b453b93
4 changed files with 91 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
version = "1.4.24";
name = "haproxy-${version}";
src = fetchurl {
url = "http://haproxy.1wt.eu/download/1.4/src/${name}.tar.gz";
sha256 = "1vy7jz7l8qdd6ah3y65zarz9x9pf3bs02icxnrckpgh1s3s2h2b8";