From c8b4ed1db50c73e1e2dbaefc4cf1b253fca8667a Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 4 May 2023 18:20:49 -0400 Subject: [PATCH] cargo-llvm-lines: 0.4.28 -> 0.4.29 Diff: https://github.com/dtolnay/cargo-llvm-lines/compare/0.4.28...0.4.29 Changelog: https://github.com/dtolnay/cargo-llvm-lines/releases/tag/0.4.29 --- 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 21df8e4c9ace..cd7c8cf1a644 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.28"; + version = "0.4.29"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; - hash = "sha256-ebsmQM3KLhNfBGRXosOlim+rMTg7aQu0LXL4iGr9FRQ="; + hash = "sha256-8FpNUCOK0vAyO7f1Uy+BaqDcZ0GEFvp7meULHtUncNA="; }; - cargoHash = "sha256-YXJfEofipN33aItuqzVZkPvszeZqLyikBoF+viQgCeM="; + cargoHash = "sha256-uIB+fMSVZGZ7OTgiTEeozjPR6CuMsLgEbq/9//of6xo="; meta = with lib; { description = "Count the number of lines of LLVM IR across all instantiations of a generic function";