From f8a200bd3ac7fb798e13179419171de76a2fc009 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sat, 17 Dec 2022 14:22:14 -0500 Subject: [PATCH] cargo-llvm-lines: 0.4.22 -> 0.4.23 Diff: https://github.com/dtolnay/cargo-llvm-lines/compare/0.4.22...0.4.23 --- 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 79bbb5bb7b09..6b34c2c337e2 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.22"; + version = "0.4.23"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; - sha256 = "sha256-fQhYcY5b/KxDEbZws6IPq0EvVynWpQ8d1TJ2isTSwYQ="; + sha256 = "sha256-u3MvDiagCGD7WjagbVF+TtZ0ATe8WBT3xeyduxrXPi4="; }; - cargoSha256 = "sha256-aU+B/QrpKVtY/u53zS0q7/iNM0Z6xRMH3BPNmHd8Yps="; + cargoSha256 = "sha256-9oBnETZqJV35FEw6NImy6cqfVOVE5EHPNVGajE2UT10="; meta = with lib; { description = "Count the number of lines of LLVM IR across all instantiations of a generic function";