From ec9549daf549f7a98a7d5015145a5b840ff6f22c Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 3 Sep 2023 09:00:12 -0400 Subject: [PATCH] cargo-expand: 1.0.65 -> 1.0.66 Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.65...1.0.66 Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.66 --- 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 4227243be4f..ba28e3fcd67 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.65"; + version = "1.0.66"; src = fetchFromGitHub { owner = "dtolnay"; repo = pname; rev = version; - sha256 = "sha256-fPrke89Nlr9Yj0bkB6HTwMymQsjAQ+5+o7iVPGH7Tyc="; + sha256 = "sha256-nkE8N0O+aBJPNPGjsp55KnpkaQum11InYHks/Pae+A0="; }; - cargoHash = "sha256-Q7nBKdwZlL/HleuiniuvErGF6Avf58xR++cJ7PP8RME="; + cargoHash = "sha256-To36pZW6AkV5HLhYJ0Wke7q9JYgguTBWYehitLJVY6w="; meta = with lib; { description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";