Skip to content

Commit

Permalink
Merge pull request NixOS#146779 from Technical27/update-lunar
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Nov 30, 2021
2 parents e7bf422 + b03e3fd commit 43ff00e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/lunar-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

let
name = "lunar-client";
version = "2.7.3";
version = "2.8.8";

desktopItem = makeDesktopItem {
name = "Lunar Client";
Expand All @@ -21,7 +21,7 @@ let
src = fetchurl {
url = "https://launcherupdates.lunarclientcdn.com/Lunar%20Client-${version}.AppImage";
name = "lunar-client.AppImage";
sha256 = "0ihi937rrj677y9b377b4hhp9wsarbqwrdrd6k3lhzx3jyh2fynf";
sha256 = "sha256-zPu0rc/Qi6+EyHXeXRJfkPHKK6Hr1JsENBvLt8a9WBM=";
};
in appimageTools.wrapType1 rec {
inherit name src;
Expand Down

0 comments on commit 43ff00e

Please sign in to comment.