Loading pkgs/applications/editors/ldtk/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -3,11 +3,11 @@ stdenv.mkDerivation rec { pname = "ldtk"; version = "1.2.5"; version = "1.3.0"; src = fetchurl { url = "https://github.com/deepnight/ldtk/releases/download/v${version}/ubuntu-distribution.zip"; sha256 = "sha256-kx4GOENYYbS09HxAiCCvqm/ztc32sdB39W8uv6D+R+A="; hash = "sha256-2gGxl6l7J/L0CfMJk6PVmc1ABQISzAnjKDJgnMyx2PM="; }; nativeBuildInputs = [ unzip makeWrapper copyDesktopItems appimage-run ]; Loading Loading @@ -48,8 +48,9 @@ stdenv.mkDerivation rec { ]; meta = with lib; { homepage = "https://ldtk.io/"; description = "Modern, lightweight and efficient 2D level editor"; homepage = "https://ldtk.io/"; changelog = "https://github.com/deepnight/ldtk/releases/tag/v${version}"; license = licenses.mit; platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ felschr ]; Loading Loading
pkgs/applications/editors/ldtk/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -3,11 +3,11 @@ stdenv.mkDerivation rec { pname = "ldtk"; version = "1.2.5"; version = "1.3.0"; src = fetchurl { url = "https://github.com/deepnight/ldtk/releases/download/v${version}/ubuntu-distribution.zip"; sha256 = "sha256-kx4GOENYYbS09HxAiCCvqm/ztc32sdB39W8uv6D+R+A="; hash = "sha256-2gGxl6l7J/L0CfMJk6PVmc1ABQISzAnjKDJgnMyx2PM="; }; nativeBuildInputs = [ unzip makeWrapper copyDesktopItems appimage-run ]; Loading Loading @@ -48,8 +48,9 @@ stdenv.mkDerivation rec { ]; meta = with lib; { homepage = "https://ldtk.io/"; description = "Modern, lightweight and efficient 2D level editor"; homepage = "https://ldtk.io/"; changelog = "https://github.com/deepnight/ldtk/releases/tag/v${version}"; license = licenses.mit; platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ felschr ]; Loading