gdevelop: 5.5.229 -> 5.5.231

This commit is contained in:
Matteo Pacini 2025-05-23 22:18:34 +01:00
parent b4b2d7230a
commit b0f6bd05f4
No known key found for this signature in database
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-0FT4JHGJKy6UapuV2tXKzWm0Esr6DPqu38PllUbUtrY=";
hash = "sha256-zvPum8vTEXS0LbwBpzGNmcsm3s7u2oAJBhGYvlV1PWw=";
};
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-KV6gzPiu/45ibdzMG707vd10F6qLcm+afwJWa6WlywU=";
hash = "sha256-RjpiIy4NqZ9QCevwWR6cKLobbsFjneq+Vhr/t0JfvgU=";
}
else
throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";

View file

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