Skip to content

Commit

Permalink
Merge pull request #94352 from xrelkd/update/cargo-expand
Browse files Browse the repository at this point in the history
cargo-expand: 0.6.4 -> 1.0.0
  • Loading branch information
dywedir authored Jul 31, 2020
2 parents 73ce9c2 + 124a8fd commit b6107d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-expand/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-expand";
version = "0.6.4";
version = "1.0.0";

src = fetchFromGitHub {
owner = "dtolnay";
repo = pname;
rev = version;
sha256 = "0a00sw6r8z6pyqqa6f5c7czxjnjdx3kz1bacy790nsngvz17l30h";
sha256 = "0bdv6h3mzmv46pdyvwl0v0bg719dlsxlx378ws6vgi1cga24g37i";
};

cargoSha256 = "0x92yh9pl30h4k53269dgnryb6z8nfl2mfx3wpcp3ph5na2knwpj";
cargoSha256 = "0qpihfgfqxw5fyhn124c5lbfaxr717bqf8mrbagh3vdgvk75j0qz";

meta = with lib; {
description =
Expand Down

0 comments on commit b6107d3

Please sign in to comment.