gdevelop: 5.5.228 -> 5.5.229 (#402832)

authored by Matteo Pacini and committed by GitHub 9eb26417 89159c15

+2 -2
+2 -2
pkgs/by-name/gd/gdevelop/package.nix
··· 5 5 appimageTools, 6 6 }: 7 7 let 8 - version = "5.5.228"; 8 + version = "5.5.229"; 9 9 pname = "gdevelop"; 10 10 11 11 src = 12 12 if stdenv.hostPlatform.system == "x86_64-linux" then 13 13 fetchurl { 14 14 url = "https://github.com/4ian/GDevelop/releases/download/v${version}/GDevelop-5-${version}.AppImage"; 15 - sha256 = "sha256-f6WCyCcMg+QhpFy9Xu4ac7pZ0aLwEe1GVJfsiVOLW0g="; 15 + sha256 = "sha256-KV6gzPiu/45ibdzMG707vd10F6qLcm+afwJWa6WlywU="; 16 16 } 17 17 else 18 18 throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}";