Merge pull request #193412 from figsoda/update-cargo-llvm-lines

cargo-llvm-lines: 0.4.17 -> 0.4.18
This commit is contained in:
figsoda 2022-09-29 18:48:52 -04:00 committed by GitHub
commit a1d6c607f3
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.17";
version = "0.4.18";
src = fetchFromGitHub {
owner = "dtolnay";
repo = pname;
rev = version;
sha256 = "sha256-Xlzvfic2uuMTMxAwWbWGii1ZdJglYxRI3iY1YQaufNQ=";
sha256 = "sha256-MQ+T/BwDXPm9xTsujAGrWnIuhJBbij2VaXiRYpNj6ZM=";
};
cargoSha256 = "sha256-3xlKZGRgxOzKtGNQCkZpSKnnczxDNuS4kY1VO/6LxlA=";
cargoSha256 = "sha256-EeUXRcK/4Xl25Q30RnNNF/eAv4zCu6epwrAorfIu21k=";
meta = with lib; {
description = "Count the number of lines of LLVM IR across all instantiations of a generic function";