summary refs log tree commit diff
path: root/pkgs/servers/http/gatling/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/http/gatling/default.nix')
-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 9157c09cbeb..0c095c55e97 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"