mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
The download location for zig changed
NOTE: the sha256 used is the darwin one.
This commit is contained in:
parent
99eba28968
commit
e47e48012d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if isMacOS then
|
|||
src = pkgs.fetchurl {
|
||||
inherit sha256;
|
||||
name = "${archiveName}.tar.xz";
|
||||
url = "https://ziglang.org/builds/${archiveName}.tar.xz";
|
||||
url = "https://ziglang.org/download/${version}/${archiveName}.tar.xz";
|
||||
};
|
||||
phases = [ "installPhase" ];
|
||||
installPhase = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue