Skip to content

Commit

Permalink
gdevelop: 5.5.224 -> 5.5.225
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 9, 2025
1 parent aa70590 commit dc5770f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gd/gdevelop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
appimageTools,
}:
let
version = "5.5.224";
version = "5.5.225";
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-/o7Yyu5BjRfpg4Tl0ZwN6/KD9Kg4LcEmUqlO7NE/dew=";
sha256 = "sha256-ACNmO5hYfLEaJV6wntH4PZoHcB2T/+WFe2E5Ir/5c4U=";
}
else
throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";
Expand Down

0 comments on commit dc5770f

Please sign in to comment.