summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-09-07 16:22:08 -0400
committerfigsoda <figsoda@pm.me>2023-09-07 16:22:08 -0400
commit137c5eec37acafc17298db62c0dba859c2883ebb (patch)
treeb90203617b6c3d7fde79680e109b8f2a146eb9e2 /pkgs
parent8f3492cf125ca44e87d0561236324ac89545c5e3 (diff)
cargo-expand: 1.0.67 -> 1.0.68
Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.67...1.0.68 Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.68
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/rust/cargo-expand/default.nix6
1 files 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 d8d568b358a9..22fdee214487 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.67";
+ version = "1.0.68";
src = fetchFromGitHub {
owner = "dtolnay";
repo = pname;
rev = version;
- sha256 = "sha256-l8cEtDb6FlYMqxJyxKxyuwjvLJdefiPRmDnVzRydFPM=";
+ sha256 = "sha256-j1Gq0mK5Gcn66QBiLFkUrIe2EfL3jwx3dRlYKyco77s=";
};
- cargoHash = "sha256-IWPd4gG4vI7peXxn4ti93fJeHfJoSxEr0+EKEJWw+IE=";
+ cargoHash = "sha256-R4S765CjVLfeGg8Mmd0RJAtERIWj3opLbuWXcdOTFTc=";
meta = with lib; {
description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";