mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 11:10:03 +00:00
katawa-shoujo: Fix src url
Fleeting Heart Studios (from the Katawa Shoujo: Re-Engineered project) has taken over maintenance of the original Katawa Shoujo's website[1]. The download links have been moved to their CDN. [1]: https://www.fhs.sh/articles/ks-domain-press-release
This commit is contained in:
parent
c10fb0df31
commit
faf70c9a8b
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||
version = "1.3.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://dl.katawa-shoujo.com/gold_${version}/%5b4ls%5d_katawa_shoujo_${version}-${srcDetails.urlSuffix}";
|
||||
url = "https://cdn.fhs.sh/ks/bin/gold_${version}/%5b4ls%5d_katawa_shoujo_${version}-${srcDetails.urlSuffix}";
|
||||
inherit (srcDetails) hash;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue