about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorStanisław Pitucha <git@viraptor.info>2022-11-02 00:30:10 +1100
committerGitHub <noreply@github.com>2022-11-02 00:30:10 +1100
commit51047b2a8dff0b9f42dcd252a2fadc3e0c153da5 (patch)
tree0cd45cdc4fb641fd7ac6ca1bd57de1d385fed8b5 /pkgs/games
parent13743c8bcda0cefd85e61660ec8b9d7a964f7b11 (diff)
parentc77f59d15b21965cf495727bfe37a61b986da511 (diff)
Merge pull request #198926 from Scrumplex/update-prismlauncher-5.1
prismlauncher: 5.0 -> 5.1
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 f839f6314eaf3..83b31cc9b7ffb 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.0";
+  version = "5.1";
 
   src = fetchFromGitHub {
     owner = "PrismLauncher";
     repo = "PrismLauncher";
     rev = version;
-    sha256 = "sha256-oN+DpJ08N/ar5wLAahgpBV9DeHtMTwSrE7uOwT3A+Yo=";
+    sha256 = "sha256-CZH2vINHoQy1hVfKloRrcoCDdXPQRnIylpClQJdOUrk=";
   };
 
   nativeBuildInputs = [ extra-cmake-modules ghc_filesystem cmake file jdk wrapQtAppsHook ];