2022-11-23T18:08:12 cargo-llvm-lines 0.4.21 -> 0.4.22 https://github.com/dtolnay/cargo-llvm-lines/releases 2022-11-23T18:08:14 attrpath: cargo-llvm-lines 2022-11-23T18:08:14 Checking auto update branch... 2022-11-23T18:08:15 No auto update branch exists 2022-11-23T18:08:15 Old version 0.4.21" not present in master derivation file with contents: { lib, rustPlatform, fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = "cargo-llvm-lines"; version = "0.4.22"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; sha256 = "sha256-fQhYcY5b/KxDEbZws6IPq0EvVynWpQ8d1TJ2isTSwYQ="; }; cargoSha256 = "sha256-aU+B/QrpKVtY/u53zS0q7/iNM0Z6xRMH3BPNmHd8Yps="; meta = with lib; { description = "Count the number of lines of LLVM IR across all instantiations of a generic function"; homepage = "https://github.com/dtolnay/cargo-llvm-lines"; license = with licenses; [ asl20 /* or */ mit ]; maintainers = with maintainers; [ figsoda ]; }; }