From ae282d672e7c4f9bea3fac8caf6b58bf795a6946 Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 23 May 2023 12:07:39 -0400 Subject: [PATCH] cargo-expand: 1.0.49 -> 1.0.51 Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.49...1.0.51 Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.51 --- 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 ca3d800f3402..59210ad77237 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.49"; + version = "1.0.51"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; - sha256 = "sha256-bytGq95E8Ku+rF+al8WJdx991qudh3/sC9DxwluwmZc="; + sha256 = "sha256-hVJFVmMfdUNkieN7Xog+UjtcQ7nws0ETipJpeYArTM8="; }; - cargoHash = "sha256-zIBTgIbUoUtQ4yboiW3jIprfNTOfFdg7sEgrwdMRsX8="; + cargoHash = "sha256-Y1FzWIcHAA0aL4NG2ENVBoNzHcxA40IIA2gdmLKh/o0="; meta = with lib; { description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";