summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2020-12-03 15:02:50 +0100
committerMarkus S. Wamser <github-dev@mail2013.wamser.eu>2020-12-03 15:02:50 +0100
commitded8dc1c46d03353f3a78e772f8f3f869ac9b708 (patch)
treea6ae4639af5ee8a975951237e4f60597b95b57b6 /pkgs/servers/http
parent209bdc8ddf9693c1ce67a643da4075a3a12eb427 (diff)
gatling: 0.15 -> 0.16, libowfat: drop patch for header location
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/gatling/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/http/gatling/default.nix b/pkgs/servers/http/gatling/default.nix
index 9157c09cbebd..0c095c55e970 100644
--- a/pkgs/servers/http/gatling/default.nix
+++ b/pkgs/servers/http/gatling/default.nix
@@ -1,7 +1,7 @@
-{ stdenv, fetchurl, libowfat, zlib, openssl }:
+{ stdenv, fetchurl, libowfat, libcap, zlib, openssl }:
let
- version = "0.15";
+ version = "0.16";
in
stdenv.mkDerivation rec {
pname = "gatling";
@@ -9,10 +9,10 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://www.fefe.de/gatling/${pname}-${version}.tar.xz";
- sha256 = "194srqyja3pczpbl6l169zlvx179v7ln0m6yipmhvj6hrv82k8vg";
+ sha256 = "0nrnws5qrl4frqcsfa9z973vv5mifgr9z170qbvg3mq1wa7475jz";
};
- buildInputs = [ libowfat zlib openssl.dev ];
+ buildInputs = [ libowfat libcap zlib openssl.dev ];
configurePhase = ''
substituteInPlace Makefile --replace "/usr/local" "$out"