mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
dxa: add fallback download url
This commit is contained in:
parent
2cedaac1cb
commit
f6519a5191
@ -9,7 +9,10 @@ stdenv.mkDerivation rec {
|
|||||||
version = "0.1.4";
|
version = "0.1.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.floodgap.com/retrotech/xa/dists/${pname}-${version}.tar.gz";
|
urls = [
|
||||||
|
"https://www.floodgap.com/retrotech/xa/dists/${pname}-${version}.tar.gz"
|
||||||
|
"https://www.floodgap.com/retrotech/xa/dists/unsupported/${pname}-${version}.tar.gz"
|
||||||
|
];
|
||||||
hash = "sha256-C0rgwK51Ij9EZCm9GeiVnWIkEkse0d60ok8G9hm2a5U=";
|
hash = "sha256-C0rgwK51Ij9EZCm9GeiVnWIkEkse0d60ok8G9hm2a5U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user