cargo-tally: 1.0.64 -> 1.0.65 (#415110)

Co-authored-by: matthiasbeyer <mail@beyermatthias.de>

authored by nixpkgs-merge-bot[bot] matthiasbeyer and committed by GitHub 96608bd7 5ad453fb

+3 -3
+3 -3
pkgs/by-name/ca/cargo-tally/package.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "cargo-tally"; 9 - version = "1.0.64"; 10 11 src = fetchCrate { 12 inherit pname version; 13 - hash = "sha256-5eRDKGocAdK8jyDrbEOEQxS4ykneTDbDfXvVU/AH4f8="; 14 }; 15 16 useFetchCargoVendor = true; 17 - cargoHash = "sha256-9p5IfGfOWyDanaUt1h6bnq4mDxp+VdU4scNdWGRiWYE="; 18 19 meta = { 20 description = "Graph the number of crates that depend on your crate over time";
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "cargo-tally"; 9 + version = "1.0.65"; 10 11 src = fetchCrate { 12 inherit pname version; 13 + hash = "sha256-cvMB/hMq0LCfuXHX1Gg0c3i69T1uQWKIddUru5dcg7g="; 14 }; 15 16 useFetchCargoVendor = true; 17 + cargoHash = "sha256-ReVLeyQY08i1sH6IujeLK8y1+PfPm8BoYInzbTHHnlw="; 18 19 meta = { 20 description = "Graph the number of crates that depend on your crate over time";