1 Commits
main ... slippi

Author SHA1 Message Date
c05f49c3a4 stupid fucking slippi 2025-08-14 21:45:53 -06:00
3 changed files with 5 additions and 4 deletions

Binary file not shown.

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