Merge pull request #257661 from figsoda/llvm-lines

cargo-llvm-lines: 0.4.34 -> 0.4.35
This commit is contained in:
Matthias Beyer 2023-09-27 19:32:11 +02:00 committed by GitHub
commit e28274a93c
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.34";
version = "0.4.35";
src = fetchFromGitHub {
owner = "dtolnay";
repo = pname;
rev = version;
hash = "sha256-O8f5eSoc02IpSkLbrJPCU7w4+SgabfCDwn/scqKuzU0=";
hash = "sha256-lxS9j733dhoM5bQSuo9jGOIHaKtcHzCDR5E9ko8U8xI=";
};
cargoHash = "sha256-e128ndvEcf/7wUAup25zMq7ufaWKiXNbAHzVbEGZlNU=";
cargoHash = "sha256-d5b/ggk/FxCgUJrYCtrmSPAwLftMKzuOhg+0mQQ+ntM=";
meta = with lib; {
description = "Count the number of lines of LLVM IR across all instantiations of a generic function";