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

flyway: 9.0.4 -> 9.1.2
This commit is contained in:
Jonas Heinrich 2022-08-08 20:30:32 +02:00 committed by GitHub
commit aa07b78b96
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.0.4";
version = "9.1.2";
src = fetchurl {
url = "mirror://maven/org/flywaydb/flyway-commandline/${version}/flyway-commandline-${version}.tar.gz";
sha256 = "sha256-eLHj8a64q+wxJaNfGS2phtuI2o4xmTWtXRVvjO80NyU=";
sha256 = "sha256-NqjUkEVjRz5xzom6lDb5eW5ARDFMCtJM/Bbhsx4y0io=";
};
nativeBuildInputs = [ makeWrapper ];
dontBuild = true;