Merge pull request #312475 from r-ryantm/auto-update/cargo-llvm-lines

cargo-llvm-lines: 0.4.38 -> 0.4.39
This commit is contained in:
Matthias Beyer 2024-05-17 19:03:21 +02:00 committed by GitHub
commit c9a8ae84c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-llvm-lines";
version = "0.4.38";
version = "0.4.39";
src = fetchFromGitHub {
owner = "dtolnay";
repo = pname;
rev = version;
hash = "sha256-9Uxhgm884gguoUJ7TCXFbKB3qBaLTnsIimMKaucpqiM=";
hash = "sha256-iy8bZvF3JYnlABzhmsrzo89pmKAWQYVNSZ9HoplpWiY=";
};
cargoHash = "sha256-NlxkTQRW/GO58GOgxFRvnDwu667cKt5fzpkWKe//G6Q=";
cargoHash = "sha256-vFj7U+30dcLkFJ1eet6lykTcJHzKWOSzAqPqKJrp6Gg=";
meta = with lib; {
description = "Count the number of lines of LLVM IR across all instantiations of a generic function";