From 9017c591100945497a7196d76d35d0a4f8865690 Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Mon, 19 Dec 2022 13:00:58 +0000 Subject: [PATCH] nix: update sources for rust-1.66 To match the new toolchain update, run `niv update` to get the latest rust-1.66. Signed-off-by: Fintan Halpenny X-Clacks-Overhead: GNU Terry Pratchett --- .nix/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.nix/sources.json b/.nix/sources.json index 84cee686..53ebb729 100644 --- a/.nix/sources.json +++ b/.nix/sources.json @@ -29,10 +29,10 @@ "homepage": "", "owner": "oxalica", "repo": "rust-overlay", - "rev": "cf668f737ac986c0a89e83b6b2e3c5ddbd8cf33b", - "sha256": "0xaswxxjkx5fjjl1c7gp27qajvpl9qsi0rmj044hhmjrrlpb6nvd", + "rev": "7da2f6b3a0c32f661cb2864d7fbd1d7e6f0c7543", + "sha256": "1daw246p4aimvx9h3cf034dsyimh9d2ww19v4fx45mcmlqw1mx42", "type": "tarball", - "url": "https://github.com/oxalica/rust-overlay/archive/cf668f737ac986c0a89e83b6b2e3c5ddbd8cf33b.tar.gz", + "url": "https://github.com/oxalica/rust-overlay/archive/7da2f6b3a0c32f661cb2864d7fbd1d7e6f0c7543.tar.gz", "url_template": "https://github.com///archive/.tar.gz" } }