Loading pkgs/by-name/gd/gdevelop/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,14 +5,14 @@ appimageTools, }: let version = "5.5.225"; version = "5.5.226"; 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-ACNmO5hYfLEaJV6wntH4PZoHcB2T/+WFe2E5Ir/5c4U="; sha256 = "sha256-58P/9QZOpk327gPM/gDLSchmuXpOR5kBf7U8xksFWUQ="; } else throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}"; Loading Loading
pkgs/by-name/gd/gdevelop/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,14 +5,14 @@ appimageTools, }: let version = "5.5.225"; version = "5.5.226"; 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-ACNmO5hYfLEaJV6wntH4PZoHcB2T/+WFe2E5Ir/5c4U="; sha256 = "sha256-58P/9QZOpk327gPM/gDLSchmuXpOR5kBf7U8xksFWUQ="; } else throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}"; Loading