Unverified Commit b0f6bd05 authored by Matteo Pacini's avatar Matteo Pacini
Browse files

gdevelop: 5.5.229 -> 5.5.231

parent b4b2d723
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-0FT4JHGJKy6UapuV2tXKzWm0Esr6DPqu38PllUbUtrY=";
    hash = "sha256-zvPum8vTEXS0LbwBpzGNmcsm3s7u2oAJBhGYvlV1PWw=";
  };

  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-KV6gzPiu/45ibdzMG707vd10F6qLcm+afwJWa6WlywU=";
        hash = "sha256-RjpiIy4NqZ9QCevwWR6cKLobbsFjneq+Vhr/t0JfvgU=";
      }
    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.229";
  version = "5.5.231";
  pname = "gdevelop";
  meta = {
    description = "Graphical Game Development Studio";