From ee0e594aef188a2c9d99293cef29768569fa3f81 Mon Sep 17 00:00:00 2001 From: coolGi Date: Mon, 21 Jul 2025 18:21:30 +0930 Subject: [PATCH] Fixed nix cached shasum for rust-toolchain.toml --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ede47559..857dabb0 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ file = ./rust-toolchain.toml; # See also `rust-toolchain.toml` - sha256 = "sha256-X/4ZBHO3iW0fOenQ3foEvscgAPJYl2abspaBThDOukI="; + sha256 = "sha256-Qxt8XAuaUR2OMdKbN4u8dBJOhSHxS+uS06Wl9+flVEk="; }; mkScope = pkgs: pkgs.lib.makeScope pkgs.newScope (self: {