about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-11-17 20:03:03 +0800
committerGitHub <noreply@github.com>2022-11-17 20:03:03 +0800
commit9c478777aa4ea42fcc88225e670f807abce11bf5 (patch)
tree5243d517f6a33d9a0e9cf6bc3da818bfd7aa0a63 /pkgs/games
parentd23c0dae4f091d206f08c391f86b40e51bea9862 (diff)
parentc220703aeea75420753ea3f8e3f0cd401ec80738 (diff)
Merge pull request #201350 from Minion3665/prismlauncher-5.2
prismlauncher: 5.1 -> 5.2
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 83b31cc9b7ffb..71b82d47964a6 100644
--- a/pkgs/games/prismlauncher/default.nix
+++ b/pkgs/games/prismlauncher/default.nix
@@ -32,13 +32,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "prismlauncher";
-  version = "5.1";
+  version = "5.2";
 
   src = fetchFromGitHub {
     owner = "PrismLauncher";
     repo = "PrismLauncher";
     rev = version;
-    sha256 = "sha256-CZH2vINHoQy1hVfKloRrcoCDdXPQRnIylpClQJdOUrk=";
+    sha256 = "sha256-sKAhcbDoRbWf/DuwcBmDjb+VSMM0K2C33gu1K9AlPoQ=";
   };
 
   nativeBuildInputs = [ extra-cmake-modules ghc_filesystem cmake file jdk wrapQtAppsHook ];