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

sysbench: 1.0.18 -> 1.0.19
This commit is contained in:
Mario Rodas 2020-01-03 03:43:17 -05:00 committed by GitHub
commit 7e8454fb85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
pname = "sysbench";
version = "1.0.18";
version = "1.0.19";
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ libmysqlclient libaio ];
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
owner = "akopytov";
repo = pname;
rev = version;
sha256 = "1r6lkyfp65xqklj1rdfw551srqqyak144agi8x3wjz3wmsbqls19";
sha256 = "1zgqb9cr7ld3vw4a3jhq1mlszhcyjlpr0c8q1jcp1d27l9dcvd1w";
};
enableParallelBuilding = true;