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

sysbench: 1.0.19 -> 1.0.20
This commit is contained in:
Mario Rodas 2020-05-04 05:57:33 -05:00 committed by GitHub
commit 94abef4942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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