Merge pull request #241536 from figsoda/llvm-lines
cargo-llvm-lines: 0.4.29 -> 0.4.30
This commit is contained in:
commit
5a15a93d85
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "cargo-llvm-lines";
|
||||
version = "0.4.29";
|
||||
version = "0.4.30";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dtolnay";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-8FpNUCOK0vAyO7f1Uy+BaqDcZ0GEFvp7meULHtUncNA=";
|
||||
hash = "sha256-3hTvuKdBhDmxjXtMvYRWhQ2IeXF3ZRaBvS1aI+s/264=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-uIB+fMSVZGZ7OTgiTEeozjPR6CuMsLgEbq/9//of6xo=";
|
||||
cargoHash = "sha256-05EsX9axIwV2PxzhazyIFB83QexXBfvR3bf4MTeixqw=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Count the number of lines of LLVM IR across all instantiations of a generic function";
|
||||
|
|
Loading…
Reference in a new issue