We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb4f62 commit c7a41a2Copy full SHA for c7a41a2
pkgs/by-name/ca/cargo-expand/package.nix
@@ -6,16 +6,16 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "cargo-expand";
9
- version = "1.0.96";
+ version = "1.0.100";
10
11
src = fetchFromGitHub {
12
owner = "dtolnay";
13
repo = pname;
14
rev = version;
15
- hash = "sha256-uLJ7XD1m4KreIue+p6Duoa8+DYjhaHagDMmPKcvHZ0I=";
+ hash = "sha256-nbzQmZ8hAiU8K+/VHwbEniTsioCgQhbADIxV9tL3M1k=";
16
};
17
18
- cargoHash = "sha256-XAkEcd/QDw1SyrPuuk5ojqlKHiG28DgdipbKtnlWsGg=";
+ cargoHash = "sha256-sOxLRNGIHsUBNWWRUo2qyeewL06rU5paq4LbXpksMzg=";
19
20
meta = with lib; {
21
description = "Cargo subcommand to show result of macro expansion";
0 commit comments