summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorVladyslav M <dywedir@gra.red>2019-04-20 12:57:56 +0300
committerGitHub <noreply@github.com>2019-04-20 12:57:56 +0300
commitb8243d104f63e83eb7bf799e89a5d93d0a2edeac (patch)
treedefbfbc4761c342a1158140b3807f051d138a918 /pkgs
parent276d82476bfdb0ba085909986f5c959c3ef4b904 (diff)
parentb6daf2da6459492e56759b9e0de2caa6dd00ba2b (diff)
Merge pull request #59917 from xrelkd/update/cargo-expand
cargo-expand: 0.4.10 -> 0.4.11
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/rust/cargo-expand/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/rust/cargo-expand/default.nix b/pkgs/development/tools/rust/cargo-expand/default.nix
index ab88aff0ea11..88fd212dad2e 100644
--- a/pkgs/development/tools/rust/cargo-expand/default.nix
+++ b/pkgs/development/tools/rust/cargo-expand/default.nix
@@ -2,19 +2,19 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-expand";
- version = "0.4.10";
+ version = "0.4.11";
src = fetchFromGitHub {
owner = "dtolnay";
repo = pname;
rev = version;
- sha256 = "1f90v67clmql2bb32sgs7c48q8nhyw2pfk4hpkiy8qll8fypjgik";
+ sha256 = "051hy2320mqdxvafhafwnk1n8q2sq2d7jyhx5bbxvqmjjm55lg8h";
};
- cargoSha256 = "042s28p68jz3my2q1crmq7xzcajwxmcprgg9z7r9ffhrybk4jvwz";
+ cargoSha256 = "0d1j01nrq5j0yrgd85lnvg1mzalcd8xadkza3yvwnqzf554idrcy";
meta = with stdenv.lib; {
- description = ''A utility and Cargo subcommand designed to let people expand macros in their Rust source code'';
+ description = "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";
homepage = https://github.com/dtolnay/cargo-expand;
license = with licenses; [ mit asl20 ];
platforms = platforms.all;