Commit 92a61da4 authored by jopejoe1's avatar jopejoe1
Browse files

celestegame: use fetchItchIo for source

parent 742edbfa
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;