lol

Merge pull request #241767 from figsoda/llvm-lines

cargo-llvm-lines: 0.4.30 -> 0.4.31

authored by

Nick Cao and committed by
GitHub
74ad614b 96d9181f

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-llvm-lines/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-llvm-lines"; 5 - version = "0.4.30"; 5 + version = "0.4.31"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "dtolnay"; 9 9 repo = pname; 10 10 rev = version; 11 - hash = "sha256-3hTvuKdBhDmxjXtMvYRWhQ2IeXF3ZRaBvS1aI+s/264="; 11 + hash = "sha256-DshvnPqbFvS1o3CYex+ObN5J4DNQH3CxaZReIAPKTns="; 12 12 }; 13 13 14 - cargoHash = "sha256-05EsX9axIwV2PxzhazyIFB83QexXBfvR3bf4MTeixqw="; 14 + cargoHash = "sha256-Ic4ZqONusG+7TbB0GYSqzNQ3LIPxCm8ppRN94o8IYSE="; 15 15 16 16 meta = with lib; { 17 17 description = "Count the number of lines of LLVM IR across all instantiations of a generic function";