3
0
Fork 0
forked from mirrors/nixpkgs

siege: 4.0.1 -> 4.0.2

This commit is contained in:
Kranium Gikos Mendoza 2016-07-12 13:27:41 +08:00
parent 125ffff089
commit e54223e8bb

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, openssl, zlib }:
stdenv.mkDerivation rec {
name = "siege-4.0.1";
name = "siege-4.0.2";
src = fetchurl {
url = "http://download.joedog.org/siege/${name}.tar.gz";
sha256 = "0dr8k64s7zlhy3w8n1br0h6xd06p09p9809l9rp13isf10jp5pgx";
sha256 = "0ivc6ah9n2888qgh8dicszhr3mjs42538lfx7dlhxvvvakwq3yvy";
};
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";