diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2025-02-04 21:54:27 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-02-09 14:11:44 -0500 |
commit | 7197aec14cb16e111b50aadc04d694fda8c6abb6 (patch) | |
tree | e8365b8b7b5879c18de272f0818bd89f75f5d5d5 | |
parent | 1be22dfea3b4b853ecbd465b528021837930256d (diff) |
nongnu: heroic-client: Update to 2.15.2.
* nongnu/packages/game-client.scm (heroic-client): Update to 2.15.2.
-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 b3b1d7ec..89660a39 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm @@ -58,7 +58,7 @@ (define heroic-client (package (name "heroic-client") - (version "2.14.1") + (version "2.15.2") (source (origin (method url-fetch) @@ -67,7 +67,7 @@ version "/heroic_" version "_amd64.deb")) (sha256 (base32 - "17q8cylhyp48qmjrn6jx0fvpp84q4lb9qvgc99c9y7m31xp897nw")))) + "1bzdb9nqmr9w092c22n57ldykm00n98d78rhqzypf430lrl0kzcj")))) (build-system chromium-binary-build-system) (arguments (list #:validate-runpath? #f ; TODO: fails on wrapped binary and included other files |