Merge pull request #214393 from Scrumplex/update-prismlauncher-6.2

prismlauncher: 6.1 -> 6.3
This commit is contained in:
Weijia Wang 2023-02-03 21:33:19 +01:00 committed by GitHub
commit 6195b782de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -13104,7 +13104,7 @@
github = "Scrumplex";
githubId = 11587657;
keys = [{
fingerprint = "AF1F B107 E188 CB97 9A94 FD7F C104 1129 4912 A422";
fingerprint = "E173 237A C782 296D 98F5 ADAC E13D FD4B 4712 7951";
}];
};
scubed2 = {

View File

@ -34,13 +34,13 @@ in
stdenv.mkDerivation rec {
pname = "prismlauncher";
version = "6.1";
version = "6.3";
src = fetchFromGitHub {
owner = "PrismLauncher";
repo = "PrismLauncher";
rev = version;
sha256 = "sha256-aIBaenSnssv0/r2+UT5R4nBwo2QBGZ1Zp0CWOeiaeDE=";
sha256 = "sha256-7tptHKWkbdxTn6VIPxXE1K3opKRiUW2zv9r6J05dcS8=";
};
nativeBuildInputs = [ extra-cmake-modules cmake file jdk17 wrapQtAppsHook ];