perlPackages.MySQLDiff: init at 0.60

(#72790)
This commit is contained in:
Stig P 2019-11-16 21:30:45 +00:00 committed by Renaud
parent 20e43fd89c
commit 2594aa5917

View file

@ -12902,6 +12902,22 @@ let
};
};
MySQLDiff = buildPerlPackage rec {
pname = "MySQL-Diff";
version = "0.60";
src = fetchurl {
url = "mirror://cpan/authors/id/E/ES/ESTRABD/MySQL-Diff-0.60.tar.gz";
sha256 = "5d7080a4bd5714ff9ef536aa774a7adb3c6f0e760215ca6c39d8a3545344f956";
};
propagatedBuildInputs = [ FileSlurp StringShellQuote pkgs.mysql-client ];
meta = {
homepage = "https://github.com/estrabd/mysqldiff";
description = "Generates a database upgrade instruction set";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
namespaceautoclean = buildPerlPackage {
pname = "namespace-autoclean";
version = "0.29";