sysbench: 1.0.15 -> 1.0.16
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sysbench/versions
This commit is contained in:
parent
c6436ab382
commit
848ddac0fe
@ -2,7 +2,7 @@
|
|||||||
, libaio }:
|
, libaio }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sysbench-1.0.15";
|
name = "sysbench-1.0.16";
|
||||||
|
|
||||||
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.15";
|
rev = "1.0.16";
|
||||||
sha256 = "0ddj4mxxqlnlp817ix2qad0v3p83azi9wyz4h7mffchgp3mndp9z";
|
sha256 = "0ypain0m1yqn7yqfb5847fdph6a6m0rn2rnqbnkxcxz5g85kv1rg";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user