From 814e89e997dbe954fc3f99ece87064af588b3a3c Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 2 Apr 2023 23:14:18 -0400 Subject: [PATCH] cargo-expand: 1.0.46 -> 1.0.47 Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.46...1.0.47 Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.47 --- 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 e466b00a6eb9..73a34c6e6f22 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.46"; + version = "1.0.47"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; - sha256 = "sha256-E1iWbhN6eU/z51T/5kXI56Zff9tR8sfq0ewuv/ieWFU="; + sha256 = "sha256-zbV0m9VezBO543uUvgazjvpbVUpQlJfasCI9b2aF+oA="; }; - cargoHash = "sha256-w6gsonO202kJRCvyAETYSbCNGdkhKHVSeVRhvSlSi/A="; + cargoHash = "sha256-TuGGDdciupk7nCq8r2hTbTPj1q638T9kGzgYMZe1O4g="; meta = with lib; { description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";