about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-llvm-lines
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-17 14:22:14 -0500
committerfigsoda <figsoda@pm.me>2022-12-17 14:22:14 -0500
commitf8a200bd3ac7fb798e13179419171de76a2fc009 (patch)
tree40fb9d21eff2c931f58b2604271aab4e17da1d27 /pkgs/development/tools/rust/cargo-llvm-lines
parent88b247060b10b9935e25063fa033859446701c3a (diff)
cargo-llvm-lines: 0.4.22 -> 0.4.23
Diff: https://github.com/dtolnay/cargo-llvm-lines/compare/0.4.22...0.4.23
Diffstat (limited to 'pkgs/development/tools/rust/cargo-llvm-lines')
-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 79bbb5bb7b09f..6b34c2c337e21 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";