gdevelop: 5.5.233 -> 5.5.236

This commit is contained in:
R. Ryantm 2025-07-10 14:42:52 +00:00
parent 38a4e2c62e
commit 5b40a7a6f4
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
src = fetchurl { src = fetchurl {
url = "https://github.com/4ian/GDevelop/releases/download/v${version}/GDevelop-5-${version}-universal-mac.zip"; url = "https://github.com/4ian/GDevelop/releases/download/v${version}/GDevelop-5-${version}-universal-mac.zip";
hash = "sha256-R8RB88K8dymzQnfeZUypo24EkXzpDfcsosQg3gTo3WI="; hash = "sha256-/0wqZN9bVCNXAe9LkGL8/dw2b/stffDbPPaZQrugEhQ=";
}; };
sourceRoot = "."; sourceRoot = ".";

View File

@ -13,7 +13,7 @@ let
if stdenv.hostPlatform.system == "x86_64-linux" then if stdenv.hostPlatform.system == "x86_64-linux" then
fetchurl { fetchurl {
url = "https://github.com/4ian/GDevelop/releases/download/v${version}/GDevelop-5-${version}.AppImage"; url = "https://github.com/4ian/GDevelop/releases/download/v${version}/GDevelop-5-${version}.AppImage";
hash = "sha256-ZVQ5e7Ghj/wZDE0RvoH264KNxaHP6x5fxSWEbbYsa88="; hash = "sha256-+J0AURlpnZ7Do0ZRqzwwvdcyozZLdWGQKr+7OggOn1I=";
} }
else else
throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}"; throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";

View File

@ -5,7 +5,7 @@
... ...
}: }:
let let
version = "5.5.233"; version = "5.5.236";
pname = "gdevelop"; pname = "gdevelop";
meta = { meta = {
description = "Graphical Game Development Studio"; description = "Graphical Game Development Studio";