Skip to content

Commit 5ac9ebd

Browse files
committed
flyway: 12.10.0 -> 12.11.0
1 parent 2521373 commit 5ac9ebd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "flyway";
12-
version = "12.10.0";
12+
version = "12.11.0";
1313
src = fetchurl {
1414
url = "https://github.com/flyway/flyway/releases/download/flyway-${finalAttrs.version}/flyway-commandline-${finalAttrs.version}.tar.gz";
15-
sha256 = "sha256-JZ0qKGqaNzND+oKMn/mQc0SBzNUxpIzX4C86Znl/9Fo=";
15+
sha256 = "sha256-2IVSuzrtwqsvqpj7KlCQblD7j7HCK3HMOs1tkcL0ClU=";
1616
};
1717
nativeBuildInputs = [ makeWrapper ];
1818
dontBuild = true;

0 commit comments

Comments
 (0)