Skip to content

Commit

Permalink
cargo-expand: 1.0.90 -> 1.0.91 (#350092)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Oct 21, 2024
2 parents 8cfc95f + 195ab8b commit 51eecb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ca/cargo-expand/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-expand";
version = "1.0.90";
version = "1.0.91";

src = fetchFromGitHub {
owner = "dtolnay";
repo = pname;
rev = version;
hash = "sha256-8Ls7Wklb5cnYo6acmGtjTHV1ZhSPVEQ9BsbR78a2LG0=";
hash = "sha256-ucxqC5OqBqmM9+jKnGWLd9g2GDAXjAqSl+0ouhs6evA=";
};

cargoHash = "sha256-8IKKK0xBgl5FiEoPrwO1uL/S+fOLv4Rof8KjquHJ6DI=";
cargoHash = "sha256-vDYpFJ+RFjouXgZc+ESPpkXA4sv5eHVZc93s+3KJj2g=";

meta = with lib; {
description = "Cargo subcommand to show result of macro expansion";
Expand Down

0 comments on commit 51eecb3

Please sign in to comment.