Merge pull request #188612 from r-ryantm/auto-update/flyway

flyway: 9.1.6 -> 9.2.0
This commit is contained in:
superherointj
2022-08-28 11:04:47 -03:00
committed by GitHub
+3 -2
View File
@@ -1,10 +1,10 @@
{ lib, stdenv, fetchurl, jre_headless, makeWrapper }:
stdenv.mkDerivation rec{
pname = "flyway";
version = "9.1.6";
version = "9.2.0";
src = fetchurl {
url = "mirror://maven/org/flywaydb/flyway-commandline/${version}/flyway-commandline-${version}.tar.gz";
sha256 = "sha256-ZqvphqQsuLbc23TaMEIZvoghdZ2hA3GkJu40G6ykJXQ=";
sha256 = "sha256-vNTL1yIGYgldjC69Yhj8fGShvfaDv5zM82cxwZMpzQw=";
};
nativeBuildInputs = [ makeWrapper ];
dontBuild = true;
@@ -28,6 +28,7 @@ stdenv.mkDerivation rec{
This package is only the Community Edition of the Flyway command-line tool.
'';
downloadPage = "https://github.com/flyway/flyway";
homepage = "https://flywaydb.org/";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.asl20;