diff --git a/pkgs/by-name/pr/prismlauncher-unwrapped/package.nix b/pkgs/by-name/pr/prismlauncher-unwrapped/package.nix index 668201afc545..ab133a3fa319 100644 --- a/pkgs/by-name/pr/prismlauncher-unwrapped/package.nix +++ b/pkgs/by-name/pr/prismlauncher-unwrapped/package.nix @@ -14,6 +14,7 @@ qrencode, stripJavaArchivesHook, tomlplusplus, + vulkan-headers, zlib, msaClientID ? null, }: @@ -21,19 +22,19 @@ let libnbtplusplus = fetchFromGitHub { owner = "PrismLauncher"; repo = "libnbtplusplus"; - rev = "531449ba1c930c98e0bcf5d332b237a8566f9d78"; - hash = "sha256-qhmjaRkt+O7A+gu6HjUkl7QzOEb4r8y8vWZMG2R/C6o="; + rev = "3538933614059f0f44388a2b16f3db25ce42285b"; + hash = "sha256-6/8clF2yNhfonV16cfIkxVIzuB9i9ThxoLMxAo/fDuY="; }; in stdenv.mkDerivation (finalAttrs: { pname = "prismlauncher-unwrapped"; - version = "10.0.5"; + version = "11.0.0"; src = fetchFromGitHub { owner = "PrismLauncher"; repo = "PrismLauncher"; tag = finalAttrs.version; - hash = "sha256-cQBOdF3HP4CFOSfWyVXGQBs42V/A4w6R2UwelQTE3dQ="; + hash = "sha256-hjl0GUmAwcxqGMhvrHux4kWfOZWJvDV+SqOhyYwsO6o="; }; postUnpack = '' @@ -56,6 +57,7 @@ stdenv.mkDerivation (finalAttrs: { libarchive qrencode tomlplusplus + vulkan-headers zlib ] ++ lib.optional stdenv.hostPlatform.isLinux gamemode; diff --git a/pkgs/by-name/pr/prismlauncher/package.nix b/pkgs/by-name/pr/prismlauncher/package.nix index c841c5dfa867..16790a473abb 100644 --- a/pkgs/by-name/pr/prismlauncher/package.nix +++ b/pkgs/by-name/pr/prismlauncher/package.nix @@ -19,7 +19,6 @@ libjack2, libpulseaudio, libusb1, - mesa-demos, openal, pciutils, pipewire, @@ -107,7 +106,6 @@ symlinkJoin { ++ additionalLibs; runtimePrograms = [ - mesa-demos pciutils # need lspci xrandr # needed for LWJGL [2.9.2, 3) https://github.com/LWJGL/lwjgl/issues/128 ]