diff options
author | Jelle Licht <jlicht@fsfe.org> | 2025-07-30 13:05:18 +0200 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2025-07-30 13:05:18 +0200 |
commit | b5f43404ef9c79220b355e835481749587751512 (patch) | |
tree | 3914690512d43d7884ff19f1f60ad05e1a0b1a1b | |
parent | 5ed7546593dd205f1dd4473b58afa855c07e033d (diff) |
* nongnu/packages/game-client.scm (heroic-client): Update to 2.18.0.
-rw-r--r-- | nongnu/packages/game-client.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index 475107dc..f50a13e2 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm @@ -61,7 +61,7 @@ (define heroic-client (package (name "heroic-client") - (version "2.17.2") + (version "2.18.0") (source (origin (method url-fetch) @@ -70,7 +70,7 @@ version "/Heroic-" version "-linux-amd64.deb")) (sha256 (base32 - "03f3lhijw88nj6vmd0kk0fp4aj5kg1g1vs96q9jifpjab223c22p")))) + "0vr97rx5rvpk8hp8n12zkr6303dvxab4n0wskmyj2zrd55yb9as3")))) (build-system chromium-binary-build-system) (arguments (list #:validate-runpath? #f ; TODO: fails on wrapped binary and included other files |