Merge pull request #222745 from figsoda/cargo-expand

authored by figsoda and committed by GitHub 54a55abb 612676d9

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-expand/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "cargo-expand"; 8 - version = "1.0.39"; 9 10 src = fetchFromGitHub { 11 owner = "dtolnay"; 12 repo = pname; 13 rev = version; 14 - sha256 = "sha256-wJyCRg6qvkjjaFuFK6hTqt3u7ugFKAc9K4M/BojND6o="; 15 }; 16 17 - cargoHash = "sha256-n4fraxlMtkVNNmteVBoS6BlS0qE6bpFL/fKRp2pjxIs="; 18 19 meta = with lib; { 20 description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "cargo-expand"; 8 + version = "1.0.43"; 9 10 src = fetchFromGitHub { 11 owner = "dtolnay"; 12 repo = pname; 13 rev = version; 14 + sha256 = "sha256-oBgTuMcDB2E+/YSq+uj9caoHqR/2N7B9HMOevh0c2Ok="; 15 }; 16 17 + cargoHash = "sha256-n2Z/Dra4kpxeV4lSTSdg5/mFdZFNfPkKm68jokBrKUo="; 18 19 meta = with lib; { 20 description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";