liquibase 0 -> 1 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/zcwwqy0s3g54dql9wsmjl1qz83nrjbnz-packages.json.drv building '/nix/store/zcwwqy0s3g54dql9wsmjl1qz83nrjbnz-packages.json.drv'... Going to be running update for following packages: - liquibase-4.26.0 Press Enter key to continue... Running update for: - liquibase-4.26.0: UPDATING ... - liquibase-4.26.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 94f0d4c79fce..7e6a8334cff4 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.26.0"; + version = "4.27.0"; src = fetchurl { url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz"; - hash = "sha256-RoULX9IcVI+WklPLvJfcbIRhmKgiVYHjr1NGrIqn2/I="; + hash = "sha256-UNieH8ECSb8ZjxqP8tgf0LaObKCAXbKKlNOGSXhNgvA="; }; nativeBuildInputs = [ makeWrapper ]; No auto update branch exists Successfully finished processing cachix "/nix/store/9m51xj9i4gf2z2bpi3xi118n2aakdi4h-liquibase-4.27.0" [check][nixpkgs-review]