siege: 4.1.3 -> 4.1.4

This commit is contained in:
R. Ryantm 2022-08-02 01:26:47 +00:00
parent ec9cb32147
commit f77591210e

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "siege";
version = "4.1.3";
version = "4.1.4";
src = fetchurl {
url = "http://download.joedog.org/siege/${pname}-${version}.tar.gz";
hash = "sha256-IlC8qPylOfGk5Mvluomv0yxHObL7xgx8phaNmngveQo=";
hash = "sha256-zkPfnH9rCBqE52CxaEMlGUebrrRXtHTAl6/6W0UqRcs=";
};
NIX_LDFLAGS = lib.optionalString stdenv.isLinux [