From 90be08cffe30c4f2792e8537f518df9cb4ce81ad Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Sun, 6 Apr 2025 17:42:14 -0400 Subject: [PATCH] prismlauncher: 9.2 -> 9.3 Diff: https://github.com/PrismLauncher/PrismLauncher/compare/refs/tags/9.2...9.3 Changelog: https://github.com/PrismLauncher/PrismLauncher/releases/tag/9.3 --- pkgs/by-name/pr/prismlauncher-unwrapped/package.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkgs/by-name/pr/prismlauncher-unwrapped/package.nix b/pkgs/by-name/pr/prismlauncher-unwrapped/package.nix index ba5602ee52f2..827a2e221dc2 100644 --- a/pkgs/by-name/pr/prismlauncher-unwrapped/package.nix +++ b/pkgs/by-name/pr/prismlauncher-unwrapped/package.nix @@ -31,13 +31,13 @@ assert lib.assertMsg ( ) "gamemodeSupport is only available on Linux."; stdenv.mkDerivation (finalAttrs: { pname = "prismlauncher-unwrapped"; - version = "9.2"; + version = "9.3"; src = fetchFromGitHub { owner = "PrismLauncher"; repo = "PrismLauncher"; tag = finalAttrs.version; - hash = "sha256-0KDhX8mfh11pyYQS/lB6qlUvRSOcYEbQKgsdQVA+Q3U="; + hash = "sha256-jG/w114iYkkBz0NCe7iBJlgR4usVm83cI+ZqxOLUCWA="; }; postUnpack = '' @@ -84,15 +84,6 @@ stdenv.mkDerivation (finalAttrs: { (lib.cmakeFeature "CMAKE_INSTALL_PREFIX" "${placeholder "out"}/Applications/") ]; - patches = [ - # This patch allows Mangohud 0.8 to run correctly with Prism Launcher. - # This should be removed on the next Prism Launcher release. - (fetchpatch { - url = "https://github.com/PrismLauncher/PrismLauncher/commit/3295b0717a8c4805022eccb74fee2304361d8dab.patch"; - hash = "sha256-A7DrmI00dFUNZLoMFDfym7e5rSFg6V4/MjVxAnQwT6E="; - }) - ]; - doCheck = true; dontWrapQtApps = true;