Unverified Commit 1975dcba authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

gdevelop: 5.5.226 -> 5.5.228 (#395153)

parents cc6dbe56 b7aec6f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@
  appimageTools,
}:
let
  version = "5.5.226";
  version = "5.5.228";
  pname = "gdevelop";

  src =
    if stdenv.hostPlatform.system == "x86_64-linux" then
      fetchurl {
        url = "https://github.com/4ian/GDevelop/releases/download/v${version}/GDevelop-5-${version}.AppImage";
        sha256 = "sha256-58P/9QZOpk327gPM/gDLSchmuXpOR5kBf7U8xksFWUQ=";
        sha256 = "sha256-f6WCyCcMg+QhpFy9Xu4ac7pZ0aLwEe1GVJfsiVOLW0g=";
      }
    else
      throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";