Skip to content

Commit d1cae72

Browse files
committed
flyway: 11.0.1 -> 11.3.2
1 parent 5553a77 commit d1cae72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fl/flyway/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation (finalAttrs: {
44
pname = "flyway";
5-
version = "11.0.1";
5+
version = "11.3.2";
66
src = fetchurl {
77
url =
88
"mirror://maven/org/flywaydb/flyway-commandline/${finalAttrs.version}/flyway-commandline-${finalAttrs.version}.tar.gz";
9-
sha256 = "sha256-7dyoDUx2iJWEiPNDUQiXtvmHOD3UollvELD23J5Sjt4=";
9+
sha256 = "sha256-n3TjM/z9kkMMqFboWT6ISBtYN3cFyhmFRgyUSfWolZs=";
1010
};
1111
nativeBuildInputs = [ makeWrapper ];
1212
dontBuild = true;

0 commit comments

Comments
 (0)