Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 96cdfdad766f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b861b1e5f7cf
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 25, 2020

  1. cargo-expand: 1.0.0 -> 1.0.4

    r-ryantm committed Nov 25, 2020
    Copy the full SHA
    0bc520c View commit details

Commits on Nov 26, 2020

  1. Merge pull request #104946 from r-ryantm/auto-update/cargo-expand

    cargo-expand: 1.0.0 -> 1.0.4
    marsam authored Nov 26, 2020
    Copy the full SHA
    b861b1e View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/rust/cargo-expand/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-expand/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

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

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

cargoSha256 = "0qpihfgfqxw5fyhn124c5lbfaxr717bqf8mrbagh3vdgvk75j0qz";
cargoSha256 = "0mx01h2zv7mpyi8s1545b7hjxn9aslzpbngrq4ii9rfqznz3r8k9";

meta = with lib; {
description =