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

flyway: 9.21.1 -> 9.21.2
This commit is contained in:
Mario Rodas 2023-08-29 04:08:37 -05:00 committed by GitHub
commit 91e2ed9706
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.21.1";
version = "9.21.2";
src = fetchurl {
url = "mirror://maven/org/flywaydb/flyway-commandline/${version}/flyway-commandline-${version}.tar.gz";
sha256 = "sha256-pbZNqle4ExLGoICJumJ94PYnL22bxZfHdMzWbo3P4NU=";
sha256 = "sha256-7MIjXF1qgEye2Z/cyeuSFkEmXT8AxkwYfw+/UevsPFg=";
};
nativeBuildInputs = [ makeWrapper ];
dontBuild = true;