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:
OPNA2608 2024-05-21 21:57:00 +02:00
parent c10fb0df31
commit faf70c9a8b

View File

@ -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;
};