gdevelop: 5.5.226 -> 5.5.228 (#395153)

This commit is contained in:
Austin Horstman
2025-04-02 23:44:20 -05:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
appimageTools,
}:
let
version = "5.5.226";
version = "5.5.228";
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-58P/9QZOpk327gPM/gDLSchmuXpOR5kBf7U8xksFWUQ=";
sha256 = "sha256-f6WCyCcMg+QhpFy9Xu4ac7pZ0aLwEe1GVJfsiVOLW0g=";
}
else
throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";