Merge pull request #205813 from Scrumplex/update-prismlauncher-6.0

This commit is contained in:
Sandro 2022-12-14 22:00:49 +01:00 committed by GitHub
commit 73739cd681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,13 +34,13 @@ in
stdenv.mkDerivation rec {
pname = "prismlauncher";
version = "5.2";
version = "6.0";
src = fetchFromGitHub {
owner = "PrismLauncher";
repo = "PrismLauncher";
rev = version;
sha256 = "sha256-sKAhcbDoRbWf/DuwcBmDjb+VSMM0K2C33gu1K9AlPoQ=";
sha256 = "sha256-Kwj1GvlT12jRcf84WMSnD4xkgGL3X9AVqdGDCxMmS4E=";
};
nativeBuildInputs = [ extra-cmake-modules cmake file jdk wrapQtAppsHook ];