about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-09-23 16:26:08 -0400
committerfigsoda <figsoda@pm.me>2023-09-23 16:26:08 -0400
commit9609a4ae5b3a7ebc5273fae7f9e0fbeeeda6dd5a (patch)
tree4000c476960196afd6e8d8291f1e0b7b47202f26 /pkgs/development/tools/rust
parenta3a7520a2fef374d3dc412f6af0a58a59dbd10d4 (diff)
downloadnixlib-9609a4ae5b3a7ebc5273fae7f9e0fbeeeda6dd5a.tar
nixlib-9609a4ae5b3a7ebc5273fae7f9e0fbeeeda6dd5a.tar.gz
nixlib-9609a4ae5b3a7ebc5273fae7f9e0fbeeeda6dd5a.tar.bz2
nixlib-9609a4ae5b3a7ebc5273fae7f9e0fbeeeda6dd5a.tar.lz
nixlib-9609a4ae5b3a7ebc5273fae7f9e0fbeeeda6dd5a.tar.xz
nixlib-9609a4ae5b3a7ebc5273fae7f9e0fbeeeda6dd5a.tar.zst
nixlib-9609a4ae5b3a7ebc5273fae7f9e0fbeeeda6dd5a.zip
cargo-llvm-lines: 0.4.33 -> 0.4.34
Diff: https://github.com/dtolnay/cargo-llvm-lines/compare/0.4.33...0.4.34

Changelog: https://github.com/dtolnay/cargo-llvm-lines/releases/tag/0.4.34
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 4ef31f87c893..ae3232768d15 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.33";
+  version = "0.4.34";
 
   src = fetchFromGitHub {
     owner = "dtolnay";
     repo = pname;
     rev = version;
-    hash = "sha256-EgUnVnSELdiRU63saQ0o2IE4vs6tcQ/AfE4aMyegJBk=";
+    hash = "sha256-O8f5eSoc02IpSkLbrJPCU7w4+SgabfCDwn/scqKuzU0=";
   };
 
-  cargoHash = "sha256-zq95Dzcbz08/8lumAyTfSzCEHCWWlp8Fw7R6fnfTOrk=";
+  cargoHash = "sha256-e128ndvEcf/7wUAup25zMq7ufaWKiXNbAHzVbEGZlNU=";
 
   meta = with lib; {
     description = "Count the number of lines of LLVM IR across all instantiations of a generic function";