updated version and hash

This commit is contained in:
2026-05-16 09:56:21 -04:00
parent 2f3b6ddf77
commit 376ebf484a

View File

@@ -13,11 +13,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "opengoal-launcher";
version = "2.9.1";
version = "2.10.4";
src = fetchurl {
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 = [