about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-04 10:02:12 -0500
committerGitHub <noreply@github.com>2024-02-04 10:02:12 -0500
commitbd52b83cb1e10a38d9976ea73f034c8559c862c3 (patch)
tree038f7a73192cc66418669b07ef8f5ac7b8f96c16 /pkgs
parentb2bbbf950c578a6b1526fceb365d362769db958d (diff)
parent1360af01110c87613116db7917bc447e88b3ca10 (diff)
Merge pull request #286258 from r-ryantm/auto-update/cargo-tally
cargo-tally: 1.0.34 -> 1.0.35
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/rust/cargo-tally/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-tally/default.nix b/pkgs/development/tools/rust/cargo-tally/default.nix
index afbc4ad22ce78..9a1adef89190c 100644
--- a/pkgs/development/tools/rust/cargo-tally/default.nix
+++ b/pkgs/development/tools/rust/cargo-tally/default.nix
@@ -2,14 +2,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-tally";
-  version = "1.0.34";
+  version = "1.0.35";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-8PlWRWP5ZsbZ3R/yqA9bUScG0w+gk5YLcIOqwWishVM=";
+    hash = "sha256-RtpOKngi8oTCnJFXSHHlBPpNoPcco06yyB2/+S5nG04=";
   };
 
-  cargoHash = "sha256-+Ti8un+y9aNPsz9rUjmTZ6nxVCeQObiZrCYrD6dwr4c=";
+  cargoHash = "sha256-CC4F7fsQsjNAVwslxVHG3scjqWvKfjlDve27LEGXSms=";
 
   buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
     DiskArbitration