liquibase 4.24.0 -> 4.25.1 https://github.com/liquibase/liquibase/releases attrpath: liquibase Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s6nnxa40yngmks9xzfblfdkqg3j1wgdw-packages.json.drv building '/nix/store/s6nnxa40yngmks9xzfblfdkqg3j1wgdw-packages.json.drv'... Going to be running update for following packages: - liquibase-4.24.0 Press Enter key to continue... Running update for: - liquibase-4.24.0: UPDATING ... - liquibase-4.24.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/database/liquibase/default.nix b/pkgs/development/tools/database/liquibase/default.nix index 4880659c0438..b9928c41ba60 100644 --- a/pkgs/development/tools/database/liquibase/default.nix +++ b/pkgs/development/tools/database/liquibase/default.nix @@ -25,11 +25,11 @@ in stdenv.mkDerivation rec { pname = "liquibase"; - version = "4.24.0"; + version = "4.25.1"; src = fetchurl { url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz"; - hash = "sha256-bs9jinW1AbeYGJ2oJOFn8p25NHcYYQnyVJUIxiZtCyo="; + hash = "sha256-iyt6qOx1XU7lL6AhDNKiRP0W7WlfxKciRVYpUHdtKlY="; }; nativeBuildInputs = [ makeWrapper ]; An auto update branch exists with message `liquibase: 4.24.0 -> 4.25.1`. New version is 4.25.1. An auto update branch exists with an equal or greater version