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: 7c0c96536b89
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5f9d32b77ded
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 16, 2019

  1. rustup: 1.20.0 -> 1.20.2

    basile-henry committed Oct 16, 2019
    Copy the full SHA
    ddf2638 View commit details

Commits on Oct 17, 2019

  1. Merge pull request #71245 from basile-henry/rustup-1.20.2

    rustup: 1.20.0 -> 1.20.2
    Mic92 authored Oct 17, 2019
    Copy the full SHA
    5f9d32b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/rust/rustup/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/rust/rustup/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

rustPlatform.buildRustPackage rec {
pname = "rustup";
version = "1.20.0";
version = "1.20.2";

src = fetchFromGitHub {
owner = "rust-lang";
repo = "rustup.rs";
rev = version;
sha256 = "13i15banbb1k3h6h2pylbdrcpz7pg17x7dkkq36sian6gqq3c2dx";
sha256 = "0vfrfjfg5x1g44w03rdci2ky7s3s7rljdcmmp5h6pdvhzrd234aj";
};

cargoSha256 = "1lsv1d99dn6mngaqhd3lw90cr3zg4gq08wi0adxkkhaikc9jjdwh";