From 81f35699275b1abe98d0f1b46c4a3b143b004ef5 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 2 Oct 2023 11:39:20 -0400 Subject: [PATCH] cargo-expand: 1.0.71 -> 1.0.72 Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.71...1.0.72 Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.72 --- 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 3e422ac4422..248fa29f8db 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.71"; + version = "1.0.72"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; - sha256 = "sha256-q5mWB68RB1TfrS02iIAjFR1XtMvzQG90okkuHB+06iA="; + sha256 = "sha256-W9mrqF5zQWvCEsgm3fNPG0p/ZHgL1agTAfYW1t9tajo="; }; - cargoHash = "sha256-4XeSjittxHdYj3N/1HT5QJbMD3lRmV77LBFIXcNQlLY="; + cargoHash = "sha256-4gV69Ld60hBErfVXgrKfoeI6QrnYrg6w5hHqRufUlG8="; meta = with lib; { description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";