Unverified Commit 73ed8840 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

gdevelop: 5.6.252 -> 5.6.257 (#486152)

parents fbf3d09c b522fdf9
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-zBUWAFsaa+GenaHDRYNlwMs3BmyOIQ3sr/YYCX1ytEE=";
    hash = "sha256-qukv1lD17FW0IOjOcJeh8kt4O9cwK/wzNEH0+vdr6NA=";
  };

  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-1XmKHyUuNcY1efWKLSsEoh+dvSmzUFz3FaoO/iTD7QY=";
        hash = "sha256-hElD8VUC17Q/1sMy+ASidhoY9svGNncDf7IUfKkFfZU=";
      }
    else
      throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  callPackage,
}:
let
  version = "5.6.252";
  version = "5.6.257";
  pname = "gdevelop";
  meta = {
    description = "Graphical Game Development Studio";