From ed4f4076a09482ea28db0cd3377b3ac81fbc2e8e Mon Sep 17 00:00:00 2001 From: icebound777 <8474023+icebound777@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:31:55 +0200 Subject: [PATCH] Fix dependency checksum error during initial setup (#86) --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 90bbfa5e7b..06d9a4a0db 100644 --- a/shell.nix +++ b/shell.nix @@ -39,7 +39,7 @@ let egcs-gcc = builtins.fetchurl { url = - "https://github.com/decompals/mips-gcc-egcs-2.91.66/releases/latest/download/mips-gcc-egcs-2.91.66-linux.tar.gz"; + "https://github.com/decompals/mips-gcc-egcs-2.91.66/releases/download/0.2/mips-gcc-egcs-2.91.66-linux.tar.gz"; sha256 = "03v1ci7j0hi53z639rwj60xwz0zzi82a9azi0yiw818r754faql0"; };