diff options
| author | Vladimír Čunát <v@cunat.cz> | 2023-02-09 12:20:24 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-02-10 03:00:38 +0000 |
| commit | 94be27582bb12a75153376da289644e93a2329ad (patch) | |
| tree | 7204d2dfe48481f1e8f2c95c10c1407abf62ca1e | |
| parent | Merge pull request #215605 from NixOS/backport-215560-to-release-22.11 (diff) | |
| download | nixpkgs-94be27582bb12a75153376da289644e93a2329ad.tar.gz | |
rustup: 1.25.1 -> 1.25.2
.1 won't build since 2023-02-01 (date impurity)
https://hydra.nixos.org/log/akk9d52ainbdvd8x9v9l34csl1hr8ilz-rustup-1.25.1.drv
(cherry picked from commit bbd31f5ec2b02e4ca7248ecf76f610644bdc4c2c)
| -rw-r--r-- | pkgs/development/tools/rust/rustup/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/rustup/default.nix b/pkgs/development/tools/rust/rustup/default.nix index d7c4aaa39eef..6f9466b60d20 100644 --- a/pkgs/development/tools/rust/rustup/default.nix +++ b/pkgs/development/tools/rust/rustup/default.nix @@ -23,16 +23,16 @@ in rustPlatform.buildRustPackage rec { pname = "rustup"; - version = "1.25.1"; + version = "1.25.2"; src = fetchFromGitHub { owner = "rust-lang"; repo = "rustup"; rev = version; - sha256 = "sha256-zCr8xu0j/pBsdJEAYTCGrEouA8QumBnyhM4YLFZJqZI="; + sha256 = "sha256-zFdw6P4yrLDshtF9A5MbkxFcUE8KvlZGx5qkW4LSPzw="; }; - cargoSha256 = "sha256-FDVZn2PjqxovQmmandJICkidurhoXCAxo3bibuxQSMY="; + cargoSha256 = "sha256-QJKxKAW7MutpJsJwB/EImQLPaax7L/A25yRAAwEDXUQ="; nativeBuildInputs = [ makeBinaryWrapper pkg-config ]; |
