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-DO6IJbTESDnRtwHw0o+VkjjZiRBSynfPQ179qbNFBO0="; hash = "sha256-rrPRIOnVPC7Moh+ewRbsV81oO7WridpUUoaOnEqm43o="; }; 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-Tmnl9TagqphoDSMKu0Ny3guJZgEkd8IvdxlmQ+s7378="; hash = "sha256-IfgeeH+vNjIi0adrmXIjjX41qUxIWpoH2eX+Bd7h9AA="; } 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.5.243"; version = "5.5.244"; 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-DO6IJbTESDnRtwHw0o+VkjjZiRBSynfPQ179qbNFBO0="; hash = "sha256-rrPRIOnVPC7Moh+ewRbsV81oO7WridpUUoaOnEqm43o="; }; 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-Tmnl9TagqphoDSMKu0Ny3guJZgEkd8IvdxlmQ+s7378="; hash = "sha256-IfgeeH+vNjIi0adrmXIjjX41qUxIWpoH2eX+Bd7h9AA="; } 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.5.243"; version = "5.5.244"; pname = "gdevelop"; meta = { description = "Graphical Game Development Studio"; Loading