lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

dxa: add fallback download url

OPNA2608 f6519a51 2cedaac1

+4 -1
+4 -1
pkgs/development/compilers/xa/dxa.nix
··· 9 9 version = "0.1.4"; 10 10 11 11 src = fetchurl { 12 - url = "https://www.floodgap.com/retrotech/xa/dists/${pname}-${version}.tar.gz"; 12 + urls = [ 13 + "https://www.floodgap.com/retrotech/xa/dists/${pname}-${version}.tar.gz" 14 + "https://www.floodgap.com/retrotech/xa/dists/unsupported/${pname}-${version}.tar.gz" 15 + ]; 13 16 hash = "sha256-C0rgwK51Ij9EZCm9GeiVnWIkEkse0d60ok8G9hm2a5U="; 14 17 }; 15 18