summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-12-19 18:12:04 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-12-19 18:12:04 +0100
commit92cdce932696e0138554920c1c24330fd7befc8d (patch)
treead6887b174b8a9f6b8fcfc3a603e3aeb2cff511d /pkgs/games
parent3ff39f984faa5f528f7ac5e548110d4e20327aa1 (diff)
downloadnixpkgs-92cdce932696e0138554920c1c24330fd7befc8d.tar
nixpkgs-92cdce932696e0138554920c1c24330fd7befc8d.tar.gz
nixpkgs-92cdce932696e0138554920c1c24330fd7befc8d.tar.bz2
nixpkgs-92cdce932696e0138554920c1c24330fd7befc8d.tar.lz
nixpkgs-92cdce932696e0138554920c1c24330fd7befc8d.tar.xz
nixpkgs-92cdce932696e0138554920c1c24330fd7befc8d.tar.zst
nixpkgs-92cdce932696e0138554920c1c24330fd7befc8d.zip
prismlauncher: 6.0 -> 6.1
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 17fe569deb6..57d173440eb 100644
--- a/pkgs/games/prismlauncher/default.nix
+++ b/pkgs/games/prismlauncher/default.nix
@@ -34,13 +34,13 @@ in
 
 stdenv.mkDerivation rec {
   pname = "prismlauncher";
-  version = "6.0";
+  version = "6.1";
 
   src = fetchFromGitHub {
     owner = "PrismLauncher";
     repo = "PrismLauncher";
     rev = version;
-    sha256 = "sha256-Kwj1GvlT12jRcf84WMSnD4xkgGL3X9AVqdGDCxMmS4E=";
+    sha256 = "sha256-aIBaenSnssv0/r2+UT5R4nBwo2QBGZ1Zp0CWOeiaeDE=";
   };
 
   nativeBuildInputs = [ extra-cmake-modules cmake file jdk wrapQtAppsHook ];