Commit 7e6ce40f authored by R. RyanTM's avatar R. RyanTM
Browse files

cargo-tally: 1.0.71 -> 1.0.72

parent 2583202c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-tally";
  version = "1.0.71";
  version = "1.0.72";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-jJj4aXhGMU5L7Yya65wi022M6lE/nHiyjozptSJcMGg=";
    hash = "sha256-YkjRCP6VAp2Az0iM5HIG984ScJ3b3iKm34j4YuIs0kQ=";
  };

  cargoHash = "sha256-GC4rYaNwTLfbSAojnhZb0vi6FmNiXL6YJ5TEVtQom6M=";
  cargoHash = "sha256-SAO1VqlYzySIiBV3j6PCo7gknekmULpG/Two/8R0pv4=";

  meta = {
    description = "Graph the number of crates that depend on your crate over time";