1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

wrk: 4.0.2 -> 4.1.0

Semi-automatic update. These checks were performed:

- built on NixOS
- found 4.1.0 with grep in /nix/store/jvh5087w916pfycdqmrjlgvlzhdzj6bw-wrk-4.1.0
- found 4.1.0 in filename of file in /nix/store/jvh5087w916pfycdqmrjlgvlzhdzj6bw-wrk-4.1.0

cc "@ragge"
This commit is contained in:
Ryan Mulligan 2018-02-27 19:02:45 -08:00 committed by Robin Gloster
parent 4c0efb17ce
commit bba455e8a6

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "wrk-${version}";
version = "4.0.2";
version = "4.1.0";
src = fetchFromGitHub {
owner = "wg";
repo = "wrk";
rev = version;
sha256 = "1qg6w8xz4pr227h1gxrbm6ylhqvspk95hvq2f9iakni7s56pkh1w";
sha256 = "0dblb3qdg8mbgb8iiks0g420pza13npbr33b2xkc5dgv7kcwmvqj";
};
buildInputs = [ luajit openssl perl ];