Unverified Commit 7e4f25f8 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

gdevelop: 5.5.245 -> 5.5.247 (#466264)

parents 4748e2a5 83bf9bd7
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-F7yYZgCBMmRX1yYWC60RRtIw/ObDcbUcwY0yF4Ikagg=";
    hash = "sha256-gf0KFCjtnDGwD9Y/t/usozflzLzDXp+HvYNYsd0iYiI=";
  };

  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-LwFialu3vQehcGVleuCSmDrrsw7b0uTxuAFhSwdE9jQ=";
        hash = "sha256-4bXY1oKPuVOrsLuPST+9kV5TXIhoNZ3gmNSDRGcrVM0=";
      }
    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.5.245";
  version = "5.5.247";
  pname = "gdevelop";
  meta = {
    description = "Graphical Game Development Studio";