cargo-tally: 1.0.68 -> 1.0.69

This commit is contained in:
R. Ryantm
2025-08-29 08:00:58 +00:00
parent c73522789a
commit 64e3381410
+3 -3
View File
@@ -6,14 +6,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-tally";
version = "1.0.68";
version = "1.0.69";
src = fetchCrate {
inherit pname version;
hash = "sha256-OJI0GDQqf15dFC9ckQDg43QQzowI5R6iMEMwfadzRZU=";
hash = "sha256-ZAayOuuCncjQ3+RGega/aQW/s14QB9541EFB7f6CWxE=";
};
cargoHash = "sha256-UrMdyFcvBXsRJfIuDOKVIIkoOnwjJZPbAptusG8Tgwo=";
cargoHash = "sha256-XLnmx84OP3bwhuRfezczKMJsyc95ClK4yC/RqPe9AB8=";
meta = {
description = "Graph the number of crates that depend on your crate over time";