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

flyway: 9.4.0 -> 9.5.1
This commit is contained in:
Mario Rodas 2022-10-22 05:34:31 -05:00 committed by GitHub
commit c4e871f148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
{ lib, stdenv, fetchurl, jre_headless, makeWrapper }:
stdenv.mkDerivation rec{
pname = "flyway";
version = "9.4.0";
version = "9.5.1";
src = fetchurl {
url = "mirror://maven/org/flywaydb/flyway-commandline/${version}/flyway-commandline-${version}.tar.gz";
sha256 = "sha256-hly2yjewKYx11kVfv1DX7Bfi5wFnmegP4rVKtEbkxYQ=";
sha256 = "sha256-ieGRP9SGI8w42f3BNcO5mv/DB3E4Hzxe0q1P5EaBxK8=";
};
nativeBuildInputs = [ makeWrapper ];
dontBuild = true;