Merge pull request #51136 from dywedir/rustup

rustup: 1.13.0 -> 1.15.0
This commit is contained in:
Jörg Thalheim 2018-11-30 18:32:44 +00:00 committed by GitHub
commit a296b6eda7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,16 +4,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "rustup-${version}"; name = "rustup-${version}";
version = "1.13.0"; version = "1.15.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rust-lang-nursery"; owner = "rust-lang";
repo = "rustup.rs"; repo = "rustup.rs";
rev = version; rev = version;
sha256 = "1h0786jx64nc9q8x6fv7a5sf1xijxhn02m2pq5v2grl9ks0vxidn"; sha256 = "12d8z53vixrrbhvadw8fgifik0xi3hyfj1s75my8lcqwmij91gkn";
}; };
cargoSha256 = "09lbm2k189sri3vwcwzv7j07ah39c8ajbpkg0kzvjsjwr7ypli8a"; cargoSha256 = "0syp53s285ixshp6yswly0mwkcl0y2ddj5hc110irqsrvwgss32r";
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];