From 246b4016753438291b2b0ad27e87e0db3ec440af Mon Sep 17 00:00:00 2001 From: figsoda Date: Sat, 29 Jul 2023 09:35:52 -0400 Subject: [PATCH] cargo-llvm-lines: 0.4.31 -> 0.4.32 Diff: https://github.com/dtolnay/cargo-llvm-lines/compare/0.4.31...0.4.32 Changelog: https://github.com/dtolnay/cargo-llvm-lines/releases/tag/0.4.32 --- 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 ff376c42b8d3..8ccc4d9a29ec 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.31"; + version = "0.4.32"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; - hash = "sha256-DshvnPqbFvS1o3CYex+ObN5J4DNQH3CxaZReIAPKTns="; + hash = "sha256-uoIfB+jkLamrsDRMaxExQC1syN6VeTJhfei8FgikTCE="; }; - cargoHash = "sha256-Ic4ZqONusG+7TbB0GYSqzNQ3LIPxCm8ppRN94o8IYSE="; + cargoHash = "sha256-SXiFkPm/2C5dABKPZBq3XXdElZemZN5E2vQTceATyE0="; meta = with lib; { description = "Count the number of lines of LLVM IR across all instantiations of a generic function";