Unverified Commit 5d6aaa75 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

gdevelop: 5.6.249 -> 5.6.250 (#470203)

parents 34eeadbf 88ea7bea
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-wZt4pCyYLB/7SalR8wxucizk7f1diNA8SiFsRn6ZM/g=";
    hash = "sha256-bHpKJw/eIJt9l/wJ1qwZ3CS6TPw0RraM/YpukbOuuqo=";
  };

  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-6UuKEXxhMNFYvDITv9TeHBDd1hBz+jmwwSa6CAjDgDw=";
        hash = "sha256-ihFq+P200Jqi7PRIRXs/3TMiQ0rvwld+TE7fxeLjDGI=";
      }
    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.249";
  version = "5.6.250";
  pname = "gdevelop";
  meta = {
    description = "Graphical Game Development Studio";