Merge pull request #76099 from malbarbo/rustup-1.21.0

rustup: 1.20.2 -> 1.21.0
This commit is contained in:
Jörg Thalheim 2019-12-20 15:21:38 +00:00 committed by GitHub
commit b6ee7aa184
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,16 +4,16 @@
rustPlatform.buildRustPackage rec {
pname = "rustup";
version = "1.20.2";
version = "1.21.0";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "rustup.rs";
repo = "rustup";
rev = version;
sha256 = "0vfrfjfg5x1g44w03rdci2ky7s3s7rljdcmmp5h6pdvhzrd234aj";
sha256 = "1jyiix153iqsfbrm3xx8g0bnabihqlahhf4c81hgc68zg4cxrc9z";
};
cargoSha256 = "1lsv1d99dn6mngaqhd3lw90cr3zg4gq08wi0adxkkhaikc9jjdwh";
cargoSha256 = "0kn3sq99sgsh8msignyb4vjllv0wf1crqaw7sqp3ggmlkrdq35sd";
nativeBuildInputs = [ pkgconfig ];