gdevelop: 5.6.274 -> 5.6.276

This commit is contained in:
R. Ryantm
2026-07-28 17:02:58 +00:00
parent e9eeadbc75
commit ad2190c902
3 changed files with 3 additions and 3 deletions
+1 -1
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-6nM9dJ6eoQ4ec6VfW1p6rxQ2U8CnOKe9unQ32jSnAWY=";
hash = "sha256-qRMYHLkNmAoea3eNlpja8F5a6R1OpZGHSRP1p9xq30g=";
};
sourceRoot = ".";
+1 -1
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-r4drlfi1jz86w1b7LIt6pz7sW4WB7UiU49uVwxtXKdw=";
hash = "sha256-e27G6L17llfPHRv1Cymp3mNZuPar7h0FiPh2sOqQk1E=";
}
else
throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";
+1 -1
View File
@@ -4,7 +4,7 @@
callPackage,
}:
let
version = "5.6.274";
version = "5.6.276";
pname = "gdevelop";
meta = {
description = "Graphical Game Development Studio";