File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
pkgs/by-name/pr/prismlauncher-unwrapped Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ assert lib.assertMsg (
3131) "gamemodeSupport is only available on Linux." ;
3232stdenv . 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 ;
You can’t perform that action at this time.
0 commit comments