21 stdenv.mkDerivation (finalAttrs: {
25 src = fetchFromGitHub {
28 rev = "v${finalAttrs.version}";
29 hash = "sha256-nnobk1N+r1tLekc8CLiAULsEQFjgzoQQvRz3F8vVjzU=";
53 updateScript = nix-update-script { };
57 mainProgram = "com.vysp3r.ProtonPlus";
58 description = "Simple Wine and Proton-based compatibility tools manager";
59 homepage = "https://github.com/Vysp3r/ProtonPlus";
60 changelog = "https://github.com/Vysp3r/ProtonPlus/releases/tag/v${finalAttrs.version}";
61 license = licenses.gpl3Only;
62 maintainers = with maintainers; [ getchoo ];
63 platforms = platforms.linux;