Skip to content

Commit f6ab930

Browse files
cargo-expand: 1.0.96 -> 1.0.100 (#373813)
Co-authored-by: xrelkd <[email protected]>
2 parents 9e3dad1 + c7a41a2 commit f6ab930

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/cargo-expand/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "cargo-expand";
9-
version = "1.0.96";
9+
version = "1.0.100";
1010

1111
src = fetchFromGitHub {
1212
owner = "dtolnay";
1313
repo = pname;
1414
rev = version;
15-
hash = "sha256-uLJ7XD1m4KreIue+p6Duoa8+DYjhaHagDMmPKcvHZ0I=";
15+
hash = "sha256-nbzQmZ8hAiU8K+/VHwbEniTsioCgQhbADIxV9tL3M1k=";
1616
};
1717

18-
cargoHash = "sha256-XAkEcd/QDw1SyrPuuk5ojqlKHiG28DgdipbKtnlWsGg=";
18+
cargoHash = "sha256-sOxLRNGIHsUBNWWRUo2qyeewL06rU5paq4LbXpksMzg=";
1919

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

0 commit comments

Comments
 (0)