ci sha256 fix
Build / build (push) Canceled after 8m4s

This commit is contained in:
Jeremy Janella
2026-05-24 12:19:46 -04:00
parent 91b6b46d4f
commit a33430a4a8
+1 -1
View File
@@ -14,7 +14,7 @@
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
toolchain = fenix.packages.${system}.fromToolchainFile { toolchain = fenix.packages.${system}.fromToolchainFile {
file = ./rust-toolchain.toml; file = ./rust-toolchain.toml;
sha256 = sha256-gh/xTkxKHL4eiRXzWv8KP7vfjSk61Iq48x47BEDFgfk=; sha256 = "sha256-gh/xTkxKHL4eiRXzWv8KP7vfjSk61Iq48x47BEDFgfk=";
}; };
in in
{ {