cargo-tally: 1.0.73 -> 1.0.74

This commit is contained in:
R. Ryantm
2026-05-26 20:39:53 +00:00
parent 76f0b0304e
commit 56f7ef484f
+3 -3
View File
@@ -6,14 +6,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cargo-tally";
version = "1.0.73";
version = "1.0.74";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-aYVo/mI4YoohwxXoIL9vpuPN526sPnQMV1PnUqJEO2U=";
hash = "sha256-JZtELsvxOx6FFQ+l8fbhPnR8Tt+sQWV4fGsoS8ue4QY=";
};
cargoHash = "sha256-+TIYJn0BvFBmhVkldOTtAvQv5Uj5sLsJ4OGNH3ic8lU=";
cargoHash = "sha256-Vn5OSJNpwE3rjs+tYX784o1Khrcf4f21dvb8Yn/c9bY=";
meta = {
description = "Graph the number of crates that depend on your crate over time";