gdevelop: 5.5.241 -> 5.5.242 (#448797)
This commit is contained in:
@@ -18,7 +18,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/4ian/GDevelop/releases/download/v${version}/GDevelop-5-${version}-universal-mac.zip";
|
url = "https://github.com/4ian/GDevelop/releases/download/v${version}/GDevelop-5-${version}-universal-mac.zip";
|
||||||
hash = "sha256-zp5BiOhld/M5Boje4RCi27fWkkGFExcUhVLdtRse7WA=";
|
hash = "sha256-XSDzvh8zjrmKOP7YXjXG5+3qCzGQEJp1+RmwmRd4oOs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ let
|
|||||||
if stdenv.hostPlatform.system == "x86_64-linux" then
|
if stdenv.hostPlatform.system == "x86_64-linux" then
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = "https://github.com/4ian/GDevelop/releases/download/v${version}/GDevelop-5-${version}.AppImage";
|
url = "https://github.com/4ian/GDevelop/releases/download/v${version}/GDevelop-5-${version}.AppImage";
|
||||||
hash = "sha256-We5VDTgtc0pso8a8+9jXMPUtEwg2437Ps5t84ZdgJjc=";
|
hash = "sha256-TkJyq6WyHTXoCvGSiV6w/IYoLCxAvbrS1oFdsgbfl5s=";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";
|
throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
callPackage,
|
callPackage,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "5.5.241";
|
version = "5.5.242";
|
||||||
pname = "gdevelop";
|
pname = "gdevelop";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Graphical Game Development Studio";
|
description = "Graphical Game Development Studio";
|
||||||
|
|||||||
Reference in New Issue
Block a user