From d0b6099324cd47961064bd96ae830c4ca6d1bada Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Tue, 4 Mar 2025 01:05:18 -0500 Subject: 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. --- nongnu/packages/game-client.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nongnu') 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 @@ (define heroic-client (package (name "heroic-client") - (version "2.15.2") + (version "2.16.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/Heroic-Games-Launcher/" "HeroicGamesLauncher/releases/download/v" - version "/heroic_" version "_amd64.deb")) + version "/Heroic-" version "-linux-amd64.deb")) (sha256 (base32 - "1bzdb9nqmr9w092c22n57ldykm00n98d78rhqzypf430lrl0kzcj")))) + "1w40wyjv9xnq9ip7lapr52adw89vhsi8a47skk04dqx8s5p85aq1")))) (build-system chromium-binary-build-system) (arguments (list #:validate-runpath? #f ; TODO: fails on wrapped binary and included other files -- cgit v1.2.3