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 {
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 = ".";

View File

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

View File

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