summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-01-07 08:56:18 -0500
committerfigsoda <figsoda@pm.me>2022-01-07 08:56:18 -0500
commita51a9a08465feb94a1e8a512c3e6878ec81545b7 (patch)
tree643447a3f95b0b16bb17727669fc126308aaec1e /pkgs/development/tools/rust
parent2e95239bd10ff4aabe67413068078ee1f2f6f540 (diff)
downloadnixpkgs-a51a9a08465feb94a1e8a512c3e6878ec81545b7.tar
nixpkgs-a51a9a08465feb94a1e8a512c3e6878ec81545b7.tar.gz
nixpkgs-a51a9a08465feb94a1e8a512c3e6878ec81545b7.tar.bz2
nixpkgs-a51a9a08465feb94a1e8a512c3e6878ec81545b7.tar.lz
nixpkgs-a51a9a08465feb94a1e8a512c3e6878ec81545b7.tar.xz
nixpkgs-a51a9a08465feb94a1e8a512c3e6878ec81545b7.tar.zst
nixpkgs-a51a9a08465feb94a1e8a512c3e6878ec81545b7.zip
cargo-llvm-lines: 0.4.12 -> 0.4.13
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 1e10d9eddcf..7fc1da095e5 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.12";
+  version = "0.4.13";
 
   src = fetchFromGitHub {
     owner = "dtolnay";
     repo = pname;
     rev = version;
-    sha256 = "sha256-D4blt8kGD0mxysedRMZo/VNfwfYdJs8T2zoNjHRi0ng=";
+    sha256 = "sha256-sN0i2oo0XuxneIK/w+jpxkcdm2rtqhyH2Y3CMPnH+ro=";
   };
 
-  cargoSha256 = "sha256-H2APBu9oHmtRGSB+VQT9V5C36awPy8fi6A2Qf1RsIbU=";
+  cargoSha256 = "sha256-Gv7C4NFThNawhT+IYO0ZbpOh6w/yPeIJKZjzTyM/GJw=";
 
   meta = with lib; {
     description = "Count the number of lines of LLVM IR across all instantiations of a generic function";