From caa7d4c5a7139657fe4c9a9222b296f74bae85fb Mon Sep 17 00:00:00 2001 From: Ryze Date: Mon, 15 Jul 2024 02:35:26 +0300 Subject: [PATCH] Fix hash for rust-toolchain.toml --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index d51b078..b7e65c8 100644 --- a/shell.nix +++ b/shell.nix @@ -3,7 +3,7 @@ let toolchain = fenix.fromToolchainFile { file = ./rust-toolchain.toml; - sha256 = "opUgs6ckUQCyDxcB9Wy51pqhd0MPGHUVbwRKKPGiwZU="; + sha256 = "Ngiz76YP4HTY75GGdH2P+APE/DEIx2R/Dn+BwwOyzZU="; }; in