Skip to content

Commit

Permalink
lunar-client: 2.4.0 -> 2.6.0 (#119355)
Browse files Browse the repository at this point in the history
* lunar-client: add Technical27 to maintainers

* lunar-client: 2.4.0 -> 2.6.0
  • Loading branch information
Technical27 committed Apr 15, 2021
1 parent bf2f499 commit 3cee82a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pkgs/games/lunar-client/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{ appimageTools, lib, fetchurl, makeDesktopItem }:

let
name = "lunar-client";
version = "2.4.0";
version = "2.6.0";

desktopItem = makeDesktopItem {
name = "Lunar Client";
exec = "lunar-client";
icon = "lunarclient";
comment = "Optimized Minecraft Client for 1.7.10 and 1.8.9";
comment = "Minecraft 1.7, 1.8, 1.12, 1.15, and 1.16 Client";
desktopName = "Lunar Client";
genericName = "Minecraft Client";
categories = "Game;";
Expand All @@ -20,7 +21,7 @@ let
src = fetchurl {
url = "https://launcherupdates.lunarclientcdn.com/Lunar%20Client-${version}.AppImage";
name = "lunar-client.AppImage";
sha256 = "bb85a62127a9b3848cc60796c20ac75655794f1d3cd17cb6b5499bbf19d16019";
sha256 = "1pmblnnvs5jv5v7y5nnxr3liw9xfp5h6l44x7pln8kr9zg85dzma";
};
in appimageTools.wrapType1 rec {
inherit name src;
Expand All @@ -31,11 +32,13 @@ in appimageTools.wrapType1 rec {
cp -r ${appimageContents}/usr/share/icons/ $out/share/
'';

extraPkgs = pkgs: [ pkgs.libpulseaudio ];

meta = with lib; {
description = "Minecraft 1.7.10 & 1.8.9 PVP Client";
description = "Minecraft 1.7, 1.8, 1.12, 1.15, and 1.16 Client";
homepage = "https://www.lunarclient.com/";
license = with licenses; [ unfree ];
maintainers = with maintainers; [ zyansheep ];
maintainers = with maintainers; [ zyansheep Technical27 ];
platforms = [ "x86_64-linux" ];
};
}

0 comments on commit 3cee82a

Please sign in to comment.