From b53990181747324806a9edcdd35542cd16afc023 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sat, 25 Mar 2023 15:58:16 -0400 Subject: [PATCH] cargo-expand: 1.0.43 -> 1.0.46 Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.43...1.0.46 Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.46 --- pkgs/development/tools/rust/cargo-expand/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/rust/cargo-expand/default.nix b/pkgs/development/tools/rust/cargo-expand/default.nix index 38818dc3b5cb..e466b00a6eb9 100644 --- a/pkgs/development/tools/rust/cargo-expand/default.nix +++ b/pkgs/development/tools/rust/cargo-expand/default.nix @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-expand"; - version = "1.0.43"; + version = "1.0.46"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; - sha256 = "sha256-oBgTuMcDB2E+/YSq+uj9caoHqR/2N7B9HMOevh0c2Ok="; + sha256 = "sha256-E1iWbhN6eU/z51T/5kXI56Zff9tR8sfq0ewuv/ieWFU="; }; - cargoHash = "sha256-n2Z/Dra4kpxeV4lSTSdg5/mFdZFNfPkKm68jokBrKUo="; + cargoHash = "sha256-w6gsonO202kJRCvyAETYSbCNGdkhKHVSeVRhvSlSi/A="; meta = with lib; { description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";