Unverified Commit 837644ac authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

celestegame: use fetchItchIo for source (#493681)

parents 40136843 92a61da4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
  lib,
  stdenvNoCC,
  requireFile,
  fetchItchIo,
  makeWrapper,
  copyDesktopItems,
  makeDesktopItem,
@@ -57,11 +57,11 @@ stdenvNoCC.mkDerivation {

  src =
    if overrideSrc == null then
      # TODO: Replace this with fetchItchIo
      requireFile {
      fetchItchIo {
        name = "celeste-linux.zip";
        gameUrl = downloadPage;
        upload = "12748042";
        hash = "sha256-phNDBBHb7zwMRaBHT5D0hFEilkx9F31p6IllvLhHQb8=";
        url = downloadPage;
      }
    else
      overrideSrc;