about summary refs log tree commit diff
path: root/pkgs/games/prismlauncher
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-06-16 14:53:00 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2023-06-16 14:53:00 +0200
commit31fbc6eb9dab07450567b30bb6b3901232e6311d (patch)
tree94a438eaba717ee58ed8b3894cf42296c8482856 /pkgs/games/prismlauncher
parentc72f24ec268f7d9864ec24535a112ad3bddf6056 (diff)
prismlauncher: 7.0 -> 7.1
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'pkgs/games/prismlauncher')
-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 6b2b8c9c74e56..17b6f3813a953 100644
--- a/pkgs/games/prismlauncher/default.nix
+++ b/pkgs/games/prismlauncher/default.nix
@@ -25,13 +25,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "prismlauncher-unwrapped";
-  version = "7.0";
+  version = "7.1";
 
   src = fetchFromGitHub {
     owner = "PrismLauncher";
     repo = "PrismLauncher";
     rev = version;
-    sha256 = "sha256-jBBHWN/ERUVzJAyebN7eFCODZg1P7QYPOBPIM+bIbak=";
+    sha256 = "sha256-ri4oaeJKmvjJapUASPX10nl4JcLPjA3SgTp2EyaEPWg=";
   };
 
   nativeBuildInputs = [ extra-cmake-modules cmake jdk17 ninja ];