gdevelop: 5.5.225 -> 5.5.226 (#391875)

This commit is contained in:
Weijia Wang
2025-03-21 22:12:09 +01:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
appimageTools,
}:
let
version = "5.5.225";
version = "5.5.226";
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-ACNmO5hYfLEaJV6wntH4PZoHcB2T/+WFe2E5Ir/5c4U=";
sha256 = "sha256-58P/9QZOpk327gPM/gDLSchmuXpOR5kBf7U8xksFWUQ=";
}
else
throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";