stupid fucking slippi

This commit is contained in:
2025-08-14 21:07:08 -06:00
parent c431dbcd7a
commit c05f49c3a4
3 changed files with 5 additions and 4 deletions

View File

@@ -27,10 +27,11 @@ appimageTools.wrapType2 rec {
pname = "slippi-launcher";
version = "2.11.10";
src = fetchurl {
url = "https://github.com/project-slippi/slippi-launcher/releases/download/v${version}/Slippi-Launcher-${version}-x86_64.AppImage";
hash = "sha256-OrWd0jVqe6CzNbVRNlm2alt2NZ8uBYeHiASaB74ouW4=";
};
src = ./Slippi-Launcher-2.11.10-x86_64.AppImage;
# src = fetchurl {
# url = "https://github.com/project-slippi/slippi-launcher/releases/download/v${version}/Slippi-Launcher-${version}-x86_64.AppImage";
# hash = "sha256-OrWd0jVqe6CzNbVRNlm2alt2NZ8uBYeHiASaB74ouW4=";
# };
nativeBuildInputs = [
makeWrapper