3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #58896 from r-ryantm/auto-update/sysbench

sysbench: 1.0.16 -> 1.0.17
This commit is contained in:
markuskowa 2019-04-06 13:43:16 +02:00 committed by GitHub
commit 9e9e73b116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
, libaio }:
stdenv.mkDerivation rec {
name = "sysbench-1.0.16";
name = "sysbench-1.0.17";
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ vim mysql.connector-c libaio ];
@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "akopytov";
repo = "sysbench";
rev = "1.0.16";
sha256 = "0ypain0m1yqn7yqfb5847fdph6a6m0rn2rnqbnkxcxz5g85kv1rg";
rev = "1.0.17";
sha256 = "02i9knvp0bjw6ri848xxiy2dbww2xv70nah9yn67a6zgw617hwa6";
};
meta = {