siege: 4.0.1 -> 4.0.2
This commit is contained in:
parent
125ffff089
commit
e54223e8bb
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, openssl, zlib }:
|
{ stdenv, fetchurl, openssl, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "siege-4.0.1";
|
name = "siege-4.0.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.joedog.org/siege/${name}.tar.gz";
|
url = "http://download.joedog.org/siege/${name}.tar.gz";
|
||||||
sha256 = "0dr8k64s7zlhy3w8n1br0h6xd06p09p9809l9rp13isf10jp5pgx";
|
sha256 = "0ivc6ah9n2888qgh8dicszhr3mjs42538lfx7dlhxvvvakwq3yvy";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
|
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user