From 62f472a26b80afd402826ae6a4292aa18861a9bc Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 5 Jul 2023 16:56:26 -0400 Subject: [PATCH] cargo-llvm-lines: 0.4.30 -> 0.4.31 Diff: https://github.com/dtolnay/cargo-llvm-lines/compare/0.4.30...0.4.31 Changelog: https://github.com/dtolnay/cargo-llvm-lines/releases/tag/0.4.31 --- pkgs/development/tools/rust/cargo-llvm-lines/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/rust/cargo-llvm-lines/default.nix b/pkgs/development/tools/rust/cargo-llvm-lines/default.nix index c61b6e058aa0..ff376c42b8d3 100644 --- a/pkgs/development/tools/rust/cargo-llvm-lines/default.nix +++ b/pkgs/development/tools/rust/cargo-llvm-lines/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-llvm-lines"; - version = "0.4.30"; + version = "0.4.31"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; - hash = "sha256-3hTvuKdBhDmxjXtMvYRWhQ2IeXF3ZRaBvS1aI+s/264="; + hash = "sha256-DshvnPqbFvS1o3CYex+ObN5J4DNQH3CxaZReIAPKTns="; }; - cargoHash = "sha256-05EsX9axIwV2PxzhazyIFB83QexXBfvR3bf4MTeixqw="; + cargoHash = "sha256-Ic4ZqONusG+7TbB0GYSqzNQ3LIPxCm8ppRN94o8IYSE="; meta = with lib; { description = "Count the number of lines of LLVM IR across all instantiations of a generic function";