summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2025-03-04 01:05:18 -0500
committerJohn Kehayias <john.kehayias@protonmail.com>2025-03-04 01:08:59 -0500
commitd0b6099324cd47961064bd96ae830c4ca6d1bada (patch)
treed7a9ff95a69b3cb40639e545128669334fe44407
parent6e79d39f306e0316e23dfbeffa32f0b5a15216f1 (diff)
nongnu: heroic-client: Update to 2.16.0.
* nongnu/packages/game-client.scm (heroic-client): Update to 2.16.0. [source]: Update origin uri due to upstream file renaming.
-rw-r--r--nongnu/packages/game-client.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm
index b434285..c8e53fc 100644
--- a/nongnu/packages/game-client.scm
+++ b/nongnu/packages/game-client.scm
@@ -58,16 +58,16 @@
58(define heroic-client 58(define heroic-client
59 (package 59 (package
60 (name "heroic-client") 60 (name "heroic-client")
61 (version "2.15.2") 61 (version "2.16.0")
62 (source 62 (source
63 (origin 63 (origin
64 (method url-fetch) 64 (method url-fetch)
65 (uri (string-append "https://github.com/Heroic-Games-Launcher/" 65 (uri (string-append "https://github.com/Heroic-Games-Launcher/"
66 "HeroicGamesLauncher/releases/download/v" 66 "HeroicGamesLauncher/releases/download/v"
67 version "/heroic_" version "_amd64.deb")) 67 version "/Heroic-" version "-linux-amd64.deb"))
68 (sha256 68 (sha256
69 (base32 69 (base32
70 "1bzdb9nqmr9w092c22n57ldykm00n98d78rhqzypf430lrl0kzcj")))) 70 "1w40wyjv9xnq9ip7lapr52adw89vhsi8a47skk04dqx8s5p85aq1"))))
71 (build-system chromium-binary-build-system) 71 (build-system chromium-binary-build-system)
72 (arguments 72 (arguments
73 (list #:validate-runpath? #f ; TODO: fails on wrapped binary and included other files 73 (list #:validate-runpath? #f ; TODO: fails on wrapped binary and included other files