gdevelop: 5.5.228 -> 5.5.229

This commit is contained in:
R. Ryantm
2025-04-29 13:54:55 +00:00
parent 0344f99dd4
commit da4f14ef89
+2 -2
View File
@@ -5,14 +5,14 @@
appimageTools,
}:
let
version = "5.5.228";
version = "5.5.229";
pname = "gdevelop";
src =
if stdenv.hostPlatform.system == "x86_64-linux" then
fetchurl {
url = "https://github.com/4ian/GDevelop/releases/download/v${version}/GDevelop-5-${version}.AppImage";
sha256 = "sha256-f6WCyCcMg+QhpFy9Xu4ac7pZ0aLwEe1GVJfsiVOLW0g=";
sha256 = "sha256-KV6gzPiu/45ibdzMG707vd10F6qLcm+afwJWa6WlywU=";
}
else
throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";