Merge pull request #58896 from r-ryantm/auto-update/sysbench
sysbench: 1.0.16 -> 1.0.17
This commit is contained in:
commit
9e9e73b116
@ -2,7 +2,7 @@
|
|||||||
, libaio }:
|
, libaio }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sysbench-1.0.16";
|
name = "sysbench-1.0.17";
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
buildInputs = [ vim mysql.connector-c libaio ];
|
buildInputs = [ vim mysql.connector-c libaio ];
|
||||||
@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "akopytov";
|
owner = "akopytov";
|
||||||
repo = "sysbench";
|
repo = "sysbench";
|
||||||
rev = "1.0.16";
|
rev = "1.0.17";
|
||||||
sha256 = "0ypain0m1yqn7yqfb5847fdph6a6m0rn2rnqbnkxcxz5g85kv1rg";
|
sha256 = "02i9knvp0bjw6ri848xxiy2dbww2xv70nah9yn67a6zgw617hwa6";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user