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-11-22 18:56:01 -0500
committerfigsoda <figsoda@pm.me>2022-11-22 18:56:01 -0500
commit25b2efe9dfc622db95d07ed11497abea2c42b737 (patch)
tree26a4cdc435d6fa328e7ec236fb3691aad2de9784 /pkgs/development/tools/rust/cargo-llvm-lines
parentedecccd73c2108206225df1bede853f67faed378 (diff)
cargo-llvm-lines: 0.4.21 -> 0.4.22
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 e70d747ca6a7c..79bbb5bb7b09f 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.21";
+  version = "0.4.22";
 
   src = fetchFromGitHub {
     owner = "dtolnay";
     repo = pname;
     rev = version;
-    sha256 = "sha256-N/6tXTY11vTP8XtclZbmvBWnWCB854gXXXZOwXD7FBo=";
+    sha256 = "sha256-fQhYcY5b/KxDEbZws6IPq0EvVynWpQ8d1TJ2isTSwYQ=";
   };
 
-  cargoSha256 = "sha256-tmJRxMpAF1kSq+OwWFySo5zC3J8yje5nZDqBB0gh8pA=";
+  cargoSha256 = "sha256-aU+B/QrpKVtY/u53zS0q7/iNM0Z6xRMH3BPNmHd8Yps=";
 
   meta = with lib; {
     description = "Count the number of lines of LLVM IR across all instantiations of a generic function";