The download location for zig changed

NOTE: the sha256 used is the darwin one.
This commit is contained in:
Brian J. Cardiff 2021-04-14 11:20:39 -03:00
parent 99eba28968
commit e47e48012d

View File

@ -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 = ''