2022-12-23T16:57:39 cargo-expand 1.0.35 -> 1.0.36 https://repology.org/metapackage/cargo-expand/versions 2022-12-23T16:57:41 attrpath: cargo-expand 2022-12-23T16:57:42 Checking auto update branch... 2022-12-23T16:57:42 No auto update branch exists 2022-12-23T16:57:42 Old version 1.0.35" not present in master derivation file with contents: { lib , stdenv , rustPlatform , fetchFromGitHub , libiconv }: rustPlatform.buildRustPackage rec { pname = "cargo-expand"; version = "1.0.36"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; sha256 = "sha256-8h20Cnu72ychSdtKlAz6US0wXMIcn1ZUWMgF6a0K4uI="; }; cargoSha256 = "sha256-xIVoEIyp8NygfNu/aola1pM6KokjrPQ5v55eBc7zPZc="; buildInputs = lib.optional stdenv.isDarwin libiconv; meta = with lib; { description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code"; homepage = "https://github.com/dtolnay/cargo-expand"; license = with licenses; [ mit asl20 ]; maintainers = with maintainers; [ xrelkd ]; }; }