cargo-expand: 1.0.104 -> 1.0.106 (#396781)

Co-authored-by: xrelkd <xrelkd@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-10 08:57:39 +00:00
committed by GitHub
+3 -3
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-expand";
version = "1.0.104";
version = "1.0.106";
src = fetchFromGitHub {
owner = "dtolnay";
repo = "cargo-expand";
rev = version;
hash = "sha256-PSiuTw3H3vl4Tnts5eOTd1v8SLPvYZCkuQ/pTSa3O18=";
hash = "sha256-7j8i0wvbbAFPNgHamy+lybQpz1ht+n90oidVGSXP6MA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-apFOBEao2DKsdjdth+vGzzRa9Mw7fTb/88TetY0vp6E=";
cargoHash = "sha256-e6K97VUsCYx56Y9r7QPVBV3eMwWnjEhZoEKpmuKmkJk=";
meta = with lib; {
description = "Cargo subcommand to show result of macro expansion";