about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-12-12 19:10:22 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-12-13 10:38:58 +0100
commit87267bb8cff5041bb967a6b61c407083305287be (patch)
treee85949fd39637852cae329c4e3033564fae3ef8a /pkgs/games
parent75a27e2996ecc32b0a73667733f719559c9ee07c (diff)
prismlauncher: 5.2 -> 6.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/prismlauncher/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/prismlauncher/default.nix b/pkgs/games/prismlauncher/default.nix
index 3fceefc2d98d5..17fe569deb633 100644
--- a/pkgs/games/prismlauncher/default.nix
+++ b/pkgs/games/prismlauncher/default.nix
@@ -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 ];