2022-11-18T07:29:32 cargo-public-api 0.22.0 -> 0.23.0 https://repology.org/metapackage/cargo-public-api/versions 2022-11-18T07:29:34 attrpath: cargo-public-api 2022-11-18T07:29:34 Checking auto update branch... 2022-11-18T07:29:34 An auto update branch exists with message `cargo-public-api: 0.22.0 -> 0.23.0`. New version is 0.23.0. 2022-11-18T07:29:34 An auto update branch exists with an equal or greater version 2022-11-18T17:00:49 cargo-public-api 0.22.0 -> 0.23.0 https://github.com/Enselic/cargo-public-api/releases 2022-11-18T17:00:51 attrpath: cargo-public-api 2022-11-18T17:00:51 Checking auto update branch... 2022-11-18T17:00:52 No auto update branch exists 2022-11-18T17:00:52 Old version 0.22.0" not present in master derivation file with contents: { lib , rustPlatform , fetchCrate , pkg-config , openssl , stdenv }: rustPlatform.buildRustPackage rec { pname = "cargo-public-api"; version = "0.23.0"; src = fetchCrate { inherit pname version; sha256 = "sha256-yllfkhf0Xy8D6tL08QYPnz7Cj/JOvMG7E53elRx11EE="; }; cargoSha256 = "sha256-UwrhgMmZ9PnIsxsWxQskaMHl03g54VeoZRo9ZPkSM28="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; # Tests fail doCheck = false; meta = with lib; { description = "List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations"; homepage = "https://github.com/Enselic/cargo-public-api"; license = licenses.mit; maintainers = with maintainers; [ matthiasbeyer ]; }; }