Commit faf70c9a authored by OPNA2608's avatar OPNA2608
Browse files

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
parent c10fb0df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };