3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #52035 from r-ryantm/auto-update/rustup

rustup: 1.15.0 -> 1.16.0
This commit is contained in:
Jörg Thalheim 2018-12-14 12:28:09 +00:00 committed by GitHub
commit 4655478c3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
rustPlatform.buildRustPackage rec {
name = "rustup-${version}";
version = "1.15.0";
version = "1.16.0";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "rustup.rs";
rev = version;
sha256 = "12d8z53vixrrbhvadw8fgifik0xi3hyfj1s75my8lcqwmij91gkn";
sha256 = "1z9358y01jlpx7xlj56ba1d05dxb98j1wd2agrlhwmidmwp8qbz5";
};
cargoSha256 = "0syp53s285ixshp6yswly0mwkcl0y2ddj5hc110irqsrvwgss32r";