siege: 4.0.6 -> 4.0.7

gstqt5
R. RyanTM 2020-08-29 15:35:04 +00:00
parent 7b56d26ae3
commit 88f881c9c7
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, openssl, zlib }:
stdenv.mkDerivation rec {
name = "siege-4.0.6";
name = "siege-4.0.7";
src = fetchurl {
url = "http://download.joedog.org/siege/${name}.tar.gz";
sha256 = "03w0iska74nb6r8wnljn7inasbq7qflf55vjmxnb9jrc4pi7mpnw";
sha256 = "1y3dnl1ziw0c0d4nw30aj0sdmjvarn4xfxgfkswffwnkm8z5p9xz";
};
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";