about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-15 03:14:56 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-15 07:15:45 +0000
commitc36089050a30da5c45a29fba7c603463330d97b4 (patch)
tree00982bfdb85049e96a797ab6792e9a03263fada1
parent62fc408217e78e00c4b26a3ca3e8be2166cf7cb9 (diff)
cargo-tally: 1.0.44 -> 1.0.45
(cherry picked from commit fc4c89c4473ba2f992565948b280434c0fa910b1)
-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 52c5df1e720a7..412417a35f44c 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.44";
+  version = "1.0.45";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-CLMMrzEvw0QrlDPUfM67thzSXZ6hOfNw7mUVNdMcRgA=";
+    hash = "sha256-d0v34CUm3r9QScxrc5aKSLpNLPTK+OHAZ7JdS9A4lAw=";
   };
 
-  cargoHash = "sha256-XMuApConypaF6PNylDx9Dg2e1VvPy8m///Pnk/S14g8=";
+  cargoHash = "sha256-QNVySY5IEGXdRBwJDG2eLZ+u28X/qYcdCkFiBCpgNhE=";
 
   buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
     DiskArbitration