Merge pull request #165155 from fabaff/bump-siege

siege: 4.1.1 -> 4.1.2
This commit is contained in:
Fabian Affolter 2022-03-22 08:47:35 +01:00 committed by GitHub
commit f2e408048f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,16 @@
stdenv.mkDerivation rec {
pname = "siege";
version = "4.1.1";
version = "4.1.2";
src = fetchurl {
url = "http://download.joedog.org/siege/${pname}-${version}.tar.gz";
sha256 = "1a74py0ib1gr3znv9ah5acw67ngl08b14dbc90ww9clvgdr2ag0l";
hash = "sha256-5HKr4Zxak/a+W/1k3/JvZo2ixtIQr4ITtgycDbF+ynk=";
};
NIX_LDFLAGS = lib.optionalString stdenv.isLinux "-lgcc_s";
NIX_LDFLAGS = lib.optionalString stdenv.isLinux [
"-lgcc_s"
];
buildInputs = [
openssl