about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-llvm-lines
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-25 11:53:26 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-10-25 08:44:28 -0700
commitfd0a5f378b546007d78f197d01f4e1b4a37a1bc3 (patch)
tree7f911728238e3f2eaae3e3f3bf6495a13dd582f0 /pkgs/development/tools/rust/cargo-llvm-lines
parentf20d74f0d9aa3f97a05c695db8d35dfc360a782e (diff)
cargo-llvm-lines: 0.4.18 -> 0.4.19
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 688347f886bcd..aaec96bfa8a04 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.18";
+  version = "0.4.19";
 
   src = fetchFromGitHub {
     owner = "dtolnay";
     repo = pname;
     rev = version;
-    sha256 = "sha256-MQ+T/BwDXPm9xTsujAGrWnIuhJBbij2VaXiRYpNj6ZM=";
+    sha256 = "sha256-W8y7HENOmCqlhgD5r0pT4fIzxKkW/yIpLgkx/3PzvZI=";
   };
 
-  cargoSha256 = "sha256-EeUXRcK/4Xl25Q30RnNNF/eAv4zCu6epwrAorfIu21k=";
+  cargoSha256 = "sha256-TXwxFrEUVK8caw/MXa7vtb4SSjsYTZN2PAf/T4K7qL4=";
 
   meta = with lib; {
     description = "Count the number of lines of LLVM IR across all instantiations of a generic function";