Unverified Commit f50886c0 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

cargo-llvm-lines: 0.4.20 -> 0.4.21
parents 4afc9dc2 00519772
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-llvm-lines";
  version = "0.4.20";
  version = "0.4.21";

  src = fetchFromGitHub {
    owner = "dtolnay";
    repo = pname;
    rev = version;
    sha256 = "sha256-+0yMA7ccj9OsEG3aUgxG/RMBAFXHf/sMDHf8c/w5O1g=";
    sha256 = "sha256-N/6tXTY11vTP8XtclZbmvBWnWCB854gXXXZOwXD7FBo=";
  };

  cargoSha256 = "sha256-UWE2spvdD5dmS9RgqMlRQGWr1weU8eMr8gGWAHIyx3s=";
  cargoSha256 = "sha256-tmJRxMpAF1kSq+OwWFySo5zC3J8yje5nZDqBB0gh8pA=";

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