We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2521373 commit 5ac9ebdCopy full SHA for 5ac9ebd
1 file changed
pkgs/by-name/fl/flyway/package.nix
@@ -9,10 +9,10 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "flyway";
12
- version = "12.10.0";
+ version = "12.11.0";
13
src = fetchurl {
14
url = "https://github.com/flyway/flyway/releases/download/flyway-${finalAttrs.version}/flyway-commandline-${finalAttrs.version}.tar.gz";
15
- sha256 = "sha256-JZ0qKGqaNzND+oKMn/mQc0SBzNUxpIzX4C86Znl/9Fo=";
+ sha256 = "sha256-2IVSuzrtwqsvqpj7KlCQblD7j7HCK3HMOs1tkcL0ClU=";
16
};
17
nativeBuildInputs = [ makeWrapper ];
18
dontBuild = true;
0 commit comments