mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 21:04:30 +00:00
cargo-expand: 1.0.39 -> 1.0.43
Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.39...1.0.43 Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.43
This commit is contained in:
parent
598cf2090c
commit
c2c7c04a55
@ -5,16 +5,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "cargo-expand";
|
||||
version = "1.0.39";
|
||||
version = "1.0.43";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dtolnay";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-wJyCRg6qvkjjaFuFK6hTqt3u7ugFKAc9K4M/BojND6o=";
|
||||
sha256 = "sha256-oBgTuMcDB2E+/YSq+uj9caoHqR/2N7B9HMOevh0c2Ok=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-n4fraxlMtkVNNmteVBoS6BlS0qE6bpFL/fKRp2pjxIs=";
|
||||
cargoHash = "sha256-n2Z/Dra4kpxeV4lSTSdg5/mFdZFNfPkKm68jokBrKUo=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";
|
||||
|
Loading…
Reference in New Issue
Block a user