summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2025-08-11 06:39:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2025-08-11 06:39:53 +0000
commit228a8678542c86b5cf05bd4b5a8822a61a88602c (patch)
tree383243a879dd2a8c6474008c71c34ec961078af9
parentpaperjam: 1.2.1 -> 1.2.2 (#432660) (diff)
downloadnixpkgs-228a8678542c86b5cf05bd4b5a8822a61a88602c.tar.gz
cargo-tally: 1.0.66 -> 1.0.67
-rw-r--r--pkgs/by-name/ca/cargo-tally/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ca/cargo-tally/package.nix b/pkgs/by-name/ca/cargo-tally/package.nix
index e675d9be7c0f..f341b57c8037 100644
--- a/pkgs/by-name/ca/cargo-tally/package.nix
+++ b/pkgs/by-name/ca/cargo-tally/package.nix
@@ -6,14 +6,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-tally";
- version = "1.0.66";
+ version = "1.0.67";
src = fetchCrate {
inherit pname version;
- hash = "sha256-PC/gscMO7oYcsd/cVcP5WZYweWRsh23Z7Do/qeGjAOc=";
+ hash = "sha256-Jt7pEpy06xoYWLIMustYvVB81fcGEK7GYvh5ukDUiQ0=";
};
- cargoHash = "sha256-00J8ip2fr/nphY0OXVOLKv7gaHitMziwsdJ4YBaYxog=";
+ cargoHash = "sha256-gXFcsaXaCkX4wQ9/eHr9CUI/r6KEAfZ8HYiDqBRtQeA=";
meta = {
description = "Graph the number of crates that depend on your crate over time";