summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2024-04-26 20:04:58 -0500
committermsglm <msglm@techchud.xyz>2024-04-26 20:04:58 -0500
commitc9dbb398c678e47b7435a2f4f7b8fb605ae00bd7 (patch)
treec483533d708819ea8a145fa4d3cbb7bad40edcc1
parent0afc3ae49fb45e542f3ee9ec475eebdbf563da99 (diff)
downloadguix-msglm-c9dbb398c678e47b7435a2f4f7b8fb605ae00bd7.tar.gz
guix-msglm-c9dbb398c678e47b7435a2f4f7b8fb605ae00bd7.tar.bz2
guix-msglm-c9dbb398c678e47b7435a2f4f7b8fb605ae00bd7.zip
prismlauncher bumped to 8.3
-rw-r--r--prismlauncher-gpu.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/prismlauncher-gpu.scm b/prismlauncher-gpu.scm
index 2b30c3c..bc03b05 100644
--- a/prismlauncher-gpu.scm
+++ b/prismlauncher-gpu.scm
@@ -17,7 +17,7 @@
(define-public prismlauncher-gpu
(package
(name "prismlauncher-gpu")
- (version "8.2")
+ (version "8.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -27,7 +27,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0kq3j9xck9gkf3l257vnv8kzf9bmxs7gxz54jzplr4wnim52nhy2"))))
+ "1iba8rl8vi6ivn024327yv59vbi89n67ml4vy8wcw0w9hczkjhis"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
@@ -57,7 +57,9 @@
libxrandr
libxxf86vm
pulseaudio
- mesa))
+ mesa
+ glfw
+ ))
(propagated-inputs (list `(,openjdk17 "jdk")))
(home-page "https://prismlauncher.org/")
(synopsis "Free, open source launcher for Minecraft")