percona-toolkit: 3.0.11 -> 3.0.12 (#47963)
* percona-toolkit: 3.0.11 -> 3.0.12 License is GPL2 (or Artistic License) but not LGPL2 https://www.percona.com/doc/percona-toolkit/LATEST/copyright_license_and_warranty.html
This commit is contained in:
parent
96bb8ce13b
commit
99b4045826
@ -12103,19 +12103,19 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
PerconaToolkit = buildPerlPackage rec {
|
PerconaToolkit = buildPerlPackage rec {
|
||||||
name = "Percona-Toolkit-3.0.11";
|
name = "Percona-Toolkit-3.0.12";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "percona";
|
owner = "percona";
|
||||||
repo = "percona-toolkit";
|
repo = "percona-toolkit";
|
||||||
rev = "6e5c5c5e6db0a32c6951c8f798c4547539cdab87";
|
rev = "3.0.12";
|
||||||
sha256 = "18wxvp7psqrx0zdvg47azrals572hv9fx1s3p0q65s87lnk3q63l";
|
sha256 = "0xk4h4dzl80kf97lbx0nznx9ajrb6kkg7k3iwca3rj6f3rqggv9y";
|
||||||
};
|
};
|
||||||
outputs = [ "out" ];
|
outputs = [ "out" ];
|
||||||
buildInputs = [ DBDmysql DBI IOSocketSSL TermReadKey TimeHiRes ];
|
buildInputs = [ DBDmysql DBI IOSocketSSL TermReadKey TimeHiRes ];
|
||||||
meta = {
|
meta = {
|
||||||
description = ''Collection of advanced command-line tools to perform a variety of MySQL and system tasks.'';
|
description = ''Collection of advanced command-line tools to perform a variety of MySQL and system tasks.'';
|
||||||
homepage = http://www.percona.com/software/percona-toolkit;
|
homepage = http://www.percona.com/software/percona-toolkit;
|
||||||
license = with stdenv.lib.licenses; [ lgpl2 ];
|
license = with stdenv.lib.licenses; [ gpl2 ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [ izorkin ];
|
maintainers = with stdenv.lib.maintainers; [ izorkin ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user