flyway: 11.19.1 -> 12.0.0

This commit is contained in:
bernborgess
2026-02-02 08:57:33 -03:00
parent 81b0e9a3e3
commit edda76c79b
+2 -2
View File
@@ -9,10 +9,10 @@
stdenv.mkDerivation (finalAttrs: {
pname = "flyway";
version = "11.19.1";
version = "12.0.0";
src = fetchurl {
url = "https://github.com/flyway/flyway/releases/download/flyway-${finalAttrs.version}/flyway-commandline-${finalAttrs.version}.tar.gz";
sha256 = "sha256-nI3eiVcCcMT9FF8gUCTzmOwjltUCGFwduEgreHCYpL4=";
sha256 = "sha256-aBAbpNL+wJ+XOS7g8Af94iCylJTE7DmlbViVxA/yV1M=";
};
nativeBuildInputs = [ makeWrapper ];
dontBuild = true;