about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-09-27 19:32:11 +0200
committerGitHub <noreply@github.com>2023-09-27 19:32:11 +0200
commite28274a93c82daca32b825d6ce24c6da212380c1 (patch)
tree6baf63fdc318a49ceeb01c4be3dedbdc832b47e4 /pkgs/development/tools/rust
parent364d7f4ef6fe68908698f1b5dbf36225c3d13eb2 (diff)
parentf1d1057772f43a2b38a4c10675ae136e912de2dc (diff)
downloadnixlib-e28274a93c82daca32b825d6ce24c6da212380c1.tar
nixlib-e28274a93c82daca32b825d6ce24c6da212380c1.tar.gz
nixlib-e28274a93c82daca32b825d6ce24c6da212380c1.tar.bz2
nixlib-e28274a93c82daca32b825d6ce24c6da212380c1.tar.lz
nixlib-e28274a93c82daca32b825d6ce24c6da212380c1.tar.xz
nixlib-e28274a93c82daca32b825d6ce24c6da212380c1.tar.zst
nixlib-e28274a93c82daca32b825d6ce24c6da212380c1.zip
Merge pull request #257661 from figsoda/llvm-lines
cargo-llvm-lines: 0.4.34 -> 0.4.35
Diffstat (limited to 'pkgs/development/tools/rust')
-rw-r--r--pkgs/development/tools/rust/cargo-llvm-lines/default.nix6
1 files 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 ae3232768d15..4a0be763b9e6 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.34";
+  version = "0.4.35";
 
   src = fetchFromGitHub {
     owner = "dtolnay";
     repo = pname;
     rev = version;
-    hash = "sha256-O8f5eSoc02IpSkLbrJPCU7w4+SgabfCDwn/scqKuzU0=";
+    hash = "sha256-lxS9j733dhoM5bQSuo9jGOIHaKtcHzCDR5E9ko8U8xI=";
   };
 
-  cargoHash = "sha256-e128ndvEcf/7wUAup25zMq7ufaWKiXNbAHzVbEGZlNU=";
+  cargoHash = "sha256-d5b/ggk/FxCgUJrYCtrmSPAwLftMKzuOhg+0mQQ+ntM=";
 
   meta = with lib; {
     description = "Count the number of lines of LLVM IR across all instantiations of a generic function";