mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +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 {
|
src = pkgs.fetchurl {
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
name = "${archiveName}.tar.xz";
|
name = "${archiveName}.tar.xz";
|
||||||
url = "https://ziglang.org/builds/${archiveName}.tar.xz";
|
url = "https://ziglang.org/download/${version}/${archiveName}.tar.xz";
|
||||||
};
|
};
|
||||||
phases = [ "installPhase" ];
|
phases = [ "installPhase" ];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue