Merge pull request #181686 from jiegec/rustup

rustup: 1.24.3 -> 1.25.1
This commit is contained in:
Jörg Thalheim 2022-07-16 06:51:49 +02:00 committed by GitHub
commit caa058414f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];