From 280eb2a4028a30dbd43e089e13fc1c0975e5294e Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 20 Jul 2023 18:41:08 -0400 Subject: [PATCH] cargo-expand: 1.0.61 -> 1.0.62 Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.61...1.0.62 Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.62 --- 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 712bc4a9d901..a4e2a78c9c68 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.61"; + version = "1.0.62"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; - sha256 = "sha256-dkjrdqDpwqpGKPqDmiHpBhIn2HohINSOQ3LaczBOyhk="; + sha256 = "sha256-ebqb1RY8qYvmo8gScI5XAsEV/so/ugsBGHWbswwIK34="; }; - cargoHash = "sha256-WU22YxQV9H6tVKtDVGY3dBi7yM06YDrnYjA5lH90svI="; + cargoHash = "sha256-uckhtJT3K9DyTUa06Zcp/t+w0lHyvstI7l30OYXHi8Y="; meta = with lib; { description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";