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

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;