Skip to content

Commit

Permalink
cargo-tally: 1.0.12 -> 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Sep 15, 2022
1 parent e731e66 commit 49bddbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-tally/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-tally";
version = "1.0.12";
version = "1.0.13";

src = fetchCrate {
inherit pname version;
sha256 = "sha256-v9nAiV3t/l6B+a7hzq4IYOetrNM5f22+nEIQncLs5tU=";
sha256 = "sha256-9w3/zQqcHtZ91WDolAru9aNG9pV8HuXvujvp3NlOcgU=";
};

cargoSha256 = "sha256-/PypVUT6n2pdsWIN+5EGHmj/UlfguvlbufBlHvuROg8=";
cargoSha256 = "sha256-CGP3KMJFDIl+MLzI9aQ2OM4tUuOQEtG4nET14zt7PD0=";

buildInputs = lib.optionals stdenv.isDarwin [
DiskArbitration
Expand Down

0 comments on commit 49bddbb

Please sign in to comment.