celestegame: use fetchItchIo for source

This commit is contained in:
jopejoe1
2026-02-24 15:28:06 +01:00
parent 742edbfad7
commit 92a61da4b8
+4 -4
View File
@@ -1,7 +1,7 @@
{
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;