rustup: 1.24.3 -> 1.25.1

This commit is contained in:
Jiajie Chen 2022-07-16 12:11:08 +08:00
parent f91ced1c48
commit 736f280e37

View file

@ -22,16 +22,16 @@ in
rustPlatform.buildRustPackage rec {
pname = "rustup";
version = "1.24.3";
version = "1.25.1";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "rustup";
rev = version;
sha256 = "sha256-JpOOFwlTgwwBCrXOGYskFTgS6RZ7mHQJGT0jnHavxvI=";
sha256 = "sha256-zCr8xu0j/pBsdJEAYTCGrEouA8QumBnyhM4YLFZJqZI=";
};
cargoSha256 = "sha256-hAfGpKaWD94IxFFpnW9XwQp4P9clUX6mmekwodCK0Ag=";
cargoSha256 = "sha256-FDVZn2PjqxovQmmandJICkidurhoXCAxo3bibuxQSMY=";
nativeBuildInputs = [ makeWrapper pkg-config ];