Loading pkgs/by-name/gd/gdevelop/darwin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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-3C++qdbngBdIVyyFV7VaOzH+rQBDEYp9wDcBVBjsrSc="; hash = "sha256-kTqFfLk3TWITM5DVa8rMZoezq/Yct9wkyofZbUl2SBQ="; }; sourceRoot = "."; Loading pkgs/by-name/gd/gdevelop/linux.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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-9apZXwVF8MV0ZK7/FsoQf+30lTg4P42aTtqedBCnSls="; hash = "sha256-Vg1uovP3gY3EQ0GNg/2dx8Uwj080Gf6YTHyu6OnZGNg="; } else throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}"; Loading pkgs/by-name/gd/gdevelop/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ callPackage, }: let version = "5.6.258"; version = "5.6.260"; pname = "gdevelop"; meta = { description = "Graphical Game Development Studio"; Loading Loading
pkgs/by-name/gd/gdevelop/darwin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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-3C++qdbngBdIVyyFV7VaOzH+rQBDEYp9wDcBVBjsrSc="; hash = "sha256-kTqFfLk3TWITM5DVa8rMZoezq/Yct9wkyofZbUl2SBQ="; }; sourceRoot = "."; Loading
pkgs/by-name/gd/gdevelop/linux.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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-9apZXwVF8MV0ZK7/FsoQf+30lTg4P42aTtqedBCnSls="; hash = "sha256-Vg1uovP3gY3EQ0GNg/2dx8Uwj080Gf6YTHyu6OnZGNg="; } else throw "${pname}-${version} is not supported on ${stdenv.hostPlatform.system}"; Loading
pkgs/by-name/gd/gdevelop/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ callPackage, }: let version = "5.6.258"; version = "5.6.260"; pname = "gdevelop"; meta = { description = "Graphical Game Development Studio"; Loading