Merge pull request #239657 from figsoda/expand

cargo-expand: 1.0.53 -> 1.0.55

authored by

Nick Cao and committed by
GitHub
a674ddc6 2873fcab

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-expand/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "cargo-expand"; 8 - version = "1.0.53"; 8 + version = "1.0.55"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "dtolnay"; 12 12 repo = pname; 13 13 rev = version; 14 - sha256 = "sha256-+2ZZKX7w9P+2D6g1BYXC5tl4soYYKuDdAqIlJuD+OFE="; 14 + sha256 = "sha256-qfOAo/LFW9DKL42T2YKISNXLykNxOIBvOOHMqTwtJXA="; 15 15 }; 16 16 17 - cargoHash = "sha256-Rn7M95BHR1IaNE58EfuXWdyxhoMskIN7HmKVKhToS8s="; 17 + cargoHash = "sha256-ATUBSs4V1kgiN0S6KrnaLU0Bf+yVsSWpPYufzgJCHJE="; 18 18 19 19 meta = with lib; { 20 20 description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";