From 6b1c191ee72c4e938650e9f0128befb3125b165a Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 25 Apr 2023 21:41:01 -0400 Subject: [PATCH] cargo-expand: 1.0.47 -> 1.0.48 Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.47...1.0.48 Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.48 --- 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 73a34c6e6f22..2cbf1e7f2a5f 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.47"; + version = "1.0.48"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; - sha256 = "sha256-zbV0m9VezBO543uUvgazjvpbVUpQlJfasCI9b2aF+oA="; + sha256 = "sha256-AdL14usCV4iHkrSHcNI6Jg8xeI3ZQxOABLCOCBd+Isw="; }; - cargoHash = "sha256-TuGGDdciupk7nCq8r2hTbTPj1q638T9kGzgYMZe1O4g="; + cargoHash = "sha256-7sMKstWRAXFqBaEBLbetGH0l+9N4PchZ4IYshjmtxns="; meta = with lib; { description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";