summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-expand
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-14 10:01:02 -0400
committerfigsoda <figsoda@pm.me>2023-05-14 10:01:02 -0400
commitff3341d834bc98646d16af0662f9e7705d3cb5bf (patch)
tree45493881d99c52c171f3f0e030f03b28bd187e73 /pkgs/development/tools/rust/cargo-expand
parent859cd545bbb51695e84e60b43c8c15a393618734 (diff)
cargo-expand: 1.0.48 -> 1.0.49
Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.48...1.0.49

Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.49
Diffstat (limited to 'pkgs/development/tools/rust/cargo-expand')
-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 2cbf1e7f2a5f7..ca3d800f34026 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.48";
+  version = "1.0.49";
 
   src = fetchFromGitHub {
     owner = "dtolnay";
     repo = pname;
     rev = version;
-    sha256 = "sha256-AdL14usCV4iHkrSHcNI6Jg8xeI3ZQxOABLCOCBd+Isw=";
+    sha256 = "sha256-bytGq95E8Ku+rF+al8WJdx991qudh3/sC9DxwluwmZc=";
   };
 
-  cargoHash = "sha256-7sMKstWRAXFqBaEBLbetGH0l+9N4PchZ4IYshjmtxns=";
+  cargoHash = "sha256-zIBTgIbUoUtQ4yboiW3jIprfNTOfFdg7sEgrwdMRsX8=";
 
   meta = with lib; {
     description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";