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-Be+lGADCTdx1DNhkrz34KagxS8LDm2KwWx8OVJ2VE/4="; hash = "sha256-tEkiVbhX14RkK5Q61CYOxmnhMqM6XkHvCy9M060oJvI="; }; 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-6EB2QhjZU0i2j5W/4ZfByPaYeHD4qiPM5wGOzKvRqsI="; hash = "sha256-6vtF9iLbSXJT4YZWnz/XmoINJY2JMzocrrqqIaIYlnk="; } 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 @@ -5,7 +5,7 @@ ... }: let version = "5.5.237"; version = "5.5.238"; 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-Be+lGADCTdx1DNhkrz34KagxS8LDm2KwWx8OVJ2VE/4="; hash = "sha256-tEkiVbhX14RkK5Q61CYOxmnhMqM6XkHvCy9M060oJvI="; }; 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-6EB2QhjZU0i2j5W/4ZfByPaYeHD4qiPM5wGOzKvRqsI="; hash = "sha256-6vtF9iLbSXJT4YZWnz/XmoINJY2JMzocrrqqIaIYlnk="; } 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 @@ -5,7 +5,7 @@ ... }: let version = "5.5.237"; version = "5.5.238"; pname = "gdevelop"; meta = { description = "Graphical Game Development Studio"; Loading