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

flyway: 9.1.4 -> 9.1.6
This commit is contained in:
Mario Rodas 2022-08-21 08:40:14 -05:00 committed by GitHub
commit 5ddabb816c
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.1.4";
version = "9.1.6";
src = fetchurl {
url = "mirror://maven/org/flywaydb/flyway-commandline/${version}/flyway-commandline-${version}.tar.gz";
sha256 = "sha256-Hs9DZmgkaX00cI7YXTfgdvC0x3st8UfU0pQ7BDGHpDY=";
sha256 = "sha256-ZqvphqQsuLbc23TaMEIZvoghdZ2hA3GkJu40G6ykJXQ=";
};
nativeBuildInputs = [ makeWrapper ];
dontBuild = true;