Commit de6d1e2d authored by R. RyanTM's avatar R. RyanTM
Browse files

gdevelop: 5.5.237 -> 5.5.238

parent b569c6cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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-Be+lGADCTdx1DNhkrz34KagxS8LDm2KwWx8OVJ2VE/4=";
    hash = "sha256-tEkiVbhX14RkK5Q61CYOxmnhMqM6XkHvCy9M060oJvI=";
  };

  sourceRoot = ".";
+1 −1
Original line number Diff line number Diff line
@@ -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-6EB2QhjZU0i2j5W/4ZfByPaYeHD4qiPM5wGOzKvRqsI=";
        hash = "sha256-6vtF9iLbSXJT4YZWnz/XmoINJY2JMzocrrqqIaIYlnk=";
      }
    else
      throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  ...
}:
let
  version = "5.5.237";
  version = "5.5.238";
  pname = "gdevelop";
  meta = {
    description = "Graphical Game Development Studio";