Skip to content

Commit

Permalink
Merge pull request #191306 from r-ryantm/auto-update/flyway
Browse files Browse the repository at this point in the history
flyway: 9.2.2 -> 9.3.0
  • Loading branch information
marsam authored Sep 17, 2022
2 parents b2f94b9 + bbf54bb commit 1e8213d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/flyway/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ lib, stdenv, fetchurl, jre_headless, makeWrapper }:
stdenv.mkDerivation rec{
pname = "flyway";
version = "9.2.2";
version = "9.3.0";
src = fetchurl {
url = "mirror://maven/org/flywaydb/flyway-commandline/${version}/flyway-commandline-${version}.tar.gz";
sha256 = "sha256-aHsBey1WzmRhcrCeHeAeVuEvX4iaxbIb/C7N6tCOyuY=";
sha256 = "sha256-OnJu6gMznpzArm6KRf9ggnY+287tvrdddf9OvE5R9a8=";
};
nativeBuildInputs = [ makeWrapper ];
dontBuild = true;
Expand Down

0 comments on commit 1e8213d

Please sign in to comment.