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:
parent
4c0efb17ce
commit
bba455e8a6
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "wrk-${version}";
|
name = "wrk-${version}";
|
||||||
version = "4.0.2";
|
version = "4.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wg";
|
owner = "wg";
|
||||||
repo = "wrk";
|
repo = "wrk";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1qg6w8xz4pr227h1gxrbm6ylhqvspk95hvq2f9iakni7s56pkh1w";
|
sha256 = "0dblb3qdg8mbgb8iiks0g420pza13npbr33b2xkc5dgv7kcwmvqj";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ luajit openssl perl ];
|
buildInputs = [ luajit openssl perl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user