3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #217198 from figsoda/cargo-llvm-lines

cargo-llvm-lines: 0.4.23 -> 0.4.24
This commit is contained in:
Mario Rodas 2023-02-19 18:34:48 -05:00 committed by GitHub
commit 39d6acc10c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-llvm-lines";
version = "0.4.23";
version = "0.4.24";
src = fetchFromGitHub {
owner = "dtolnay";
repo = pname;
rev = version;
sha256 = "sha256-u3MvDiagCGD7WjagbVF+TtZ0ATe8WBT3xeyduxrXPi4=";
sha256 = "sha256-+jCjbx3CytE7wpVmErJjGFZS7E8VB8wjl7BAd9/USuY=";
};
cargoSha256 = "sha256-9oBnETZqJV35FEw6NImy6cqfVOVE5EHPNVGajE2UT10=";
cargoSha256 = "sha256-QC4+hXJiDB0odGm0/m0/JpQv5TyaAg4MmU/0vMJytk4=";
meta = with lib; {
description = "Count the number of lines of LLVM IR across all instantiations of a generic function";