cargo-expand 1.0.80 -> 1.0.81 https://repology.org/project/cargo-expand/versions attrpath: cargo-expand Checking auto update branch... No auto update branch exists Old version 1.0.80" not present in master derivation file with contents: { lib , rustPlatform , fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = "cargo-expand"; version = "1.0.81"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; hash = "sha256-ZOoMWvtuLDhbJu+qzVPHGTCqh2b3PHUggfxNtUW1DoU="; }; cargoHash = "sha256-cTz9ZR+79yPqTaDqXjSlqXd7NxHDl6Q75N26z+vi7ck="; meta = with lib; { description = "Cargo subcommand to show result of macro expansion"; homepage = "https://github.com/dtolnay/cargo-expand"; changelog = "https://github.com/dtolnay/cargo-expand/releases/tag/${version}"; license = with licenses; [ mit asl20 ]; maintainers = with maintainers; [ figsoda xrelkd ]; mainProgram = "cargo-expand"; }; }