Compare commits

...

2 Commits

Author SHA1 Message Date
b0cfc7b828 Merge pull request 'updated version and hash' (#1) from brian/v2.10.4 into main
Reviewed-on: #1
2026-05-16 09:57:51 -04:00
376ebf484a updated version and hash 2026-05-16 09:56:21 -04:00

View File

@@ -13,11 +13,11 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "opengoal-launcher"; pname = "opengoal-launcher";
version = "2.9.1"; version = "2.10.4";
src = fetchurl { src = fetchurl {
url = "https://github.com/open-goal/launcher/releases/download/v${finalAttrs.version}/OpenGOAL-Launcher_${finalAttrs.version}_amd64.AppImage"; url = "https://github.com/open-goal/launcher/releases/download/v${finalAttrs.version}/OpenGOAL-Launcher_${finalAttrs.version}_amd64.AppImage";
hash = "sha256-McdifSYCHmCTkbmAlSBYlsJwjNTSdinMnMoETi6g4C8="; hash = "sha256-eikzjdOYNdJM9FM3O/HuCFDzf97Fm1nhbRedDyKZ1/s=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [