Skip to content

Commit 0e6a479

Browse files
authored
prismlauncher: 9.2 -> 9.4 (#396661)
2 parents d3dc44f + 7f0c581 commit 0e6a479

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

pkgs/by-name/pr/prismlauncher-unwrapped/package.nix

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ assert lib.assertMsg (
3131
) "gamemodeSupport is only available on Linux.";
3232
stdenv.mkDerivation (finalAttrs: {
3333
pname = "prismlauncher-unwrapped";
34-
version = "9.2";
34+
version = "9.4";
3535

3636
src = fetchFromGitHub {
3737
owner = "PrismLauncher";
3838
repo = "PrismLauncher";
3939
tag = finalAttrs.version;
40-
hash = "sha256-0KDhX8mfh11pyYQS/lB6qlUvRSOcYEbQKgsdQVA+Q3U=";
40+
hash = "sha256-q8ln54nepwbJhC212vGODaafsbOCtdXar7F2NacKWO4=";
4141
};
4242

4343
postUnpack = ''
@@ -84,15 +84,6 @@ stdenv.mkDerivation (finalAttrs: {
8484
(lib.cmakeFeature "CMAKE_INSTALL_PREFIX" "${placeholder "out"}/Applications/")
8585
];
8686

87-
patches = [
88-
# This patch allows Mangohud 0.8 to run correctly with Prism Launcher.
89-
# This should be removed on the next Prism Launcher release.
90-
(fetchpatch {
91-
url = "https://github.com/PrismLauncher/PrismLauncher/commit/3295b0717a8c4805022eccb74fee2304361d8dab.patch";
92-
hash = "sha256-A7DrmI00dFUNZLoMFDfym7e5rSFg6V4/MjVxAnQwT6E=";
93-
})
94-
];
95-
9687
doCheck = true;
9788

9889
dontWrapQtApps = true;

0 commit comments

Comments
 (0)