cargo-license 0.6.0 -> 0.6.1 https://repology.org/project/cargo-license/versions attrpath: cargo-license Checking auto update branch... No auto update branch exists Old version 0.6.0" not present in master derivation file with contents: { lib, rustPlatform, fetchCrate }: rustPlatform.buildRustPackage rec { pname = "cargo-license"; version = "0.6.1"; src = fetchCrate { inherit pname version; sha256 = "sha256-qwyWj0vPWQOZYib2ZZutX25a4wwnG1kFAiRCWqGyVms="; }; cargoHash = "sha256-ifw/n7eejUWUqhieDLojuO3xgosn28NnjAKkq/ZSLEI="; meta = with lib; { description = "Cargo subcommand to see license of dependencies"; homepage = "https://github.com/onur/cargo-license"; license = with licenses; [ mit ]; maintainers = with maintainers; [ basvandijk figsoda matthiasbeyer ]; }; }