cargo-tally: 1.0.74 -> 1.0.75 (#538289)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-04 18:37:49 +00:00
committed by GitHub
+3 -3
View File
@@ -6,14 +6,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cargo-tally";
version = "1.0.74";
version = "1.0.75";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-JZtELsvxOx6FFQ+l8fbhPnR8Tt+sQWV4fGsoS8ue4QY=";
hash = "sha256-X3VJfzIXxwHPu31wYo79Ei6+S970UHlPPTADlB4CwjI=";
};
cargoHash = "sha256-Vn5OSJNpwE3rjs+tYX784o1Khrcf4f21dvb8Yn/c9bY=";
cargoHash = "sha256-86V96i5DvydXu1mzxRP6hWW3TA25piubcGRYVJIi/x0=";
meta = {
description = "Graph the number of crates that depend on your crate over time";