From 33ed17f49253c7092a4e5a2e08f62e60fcc94b41 Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 26 Jan 2023 15:12:21 -0500 Subject: [PATCH] cargo-expand: 1.0.38 -> 1.0.39 Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.38...1.0.39 Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.39 --- 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 5e699f9a7b0..3798c766d20 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.38"; + version = "1.0.39"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; - sha256 = "sha256-n7GDvniwkyCYiu7/qw0TQsVsTZfjcSpkF2Qo/uO60e4="; + sha256 = "sha256-wJyCRg6qvkjjaFuFK6hTqt3u7ugFKAc9K4M/BojND6o="; }; - cargoHash = "sha256-oA+8bceow7Cdao9FhkXkfFyrCpgvR4NJHddevbhUFkA="; + cargoHash = "sha256-n4fraxlMtkVNNmteVBoS6BlS0qE6bpFL/fKRp2pjxIs="; meta = with lib; { description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";