Unverified Commit 76996066 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

cargo-llvm-lines: 0.4.42 -> 0.4.43 (#424616)

parents bd55e273 44bd9a73
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-llvm-lines";
  version = "0.4.42";
  version = "0.4.43";

  src = fetchFromGitHub {
    owner = "dtolnay";
    repo = "cargo-llvm-lines";
    rev = version;
    hash = "sha256-qKdxnISussiyp1ylahS7qOdMfOGwJnlbWrgEHf/L2y0=";
    hash = "sha256-fYoVPm3RxR1LZ8wJQpXQG3g69Fh7LLFwXZXmj+kr8zc=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-Ppuc6Dx3Y4JJ8doEJPCbwnD1+dQSLRuPdWfab+3q2Ug=";
  cargoHash = "sha256-yhZ2MKswFvzkMamI9np7CRsQO4D/sldumaLPzSNsHgA=";

  meta = with lib; {
    description = "Count the number of lines of LLVM IR across all instantiations of a generic function";