Unverified Commit 55440619 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #214690 from LostAttractor/lunarclient

lunar-client: 2.10.1 -> 2.15.1
parents c1149d02 122b09b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

let
  name = "lunar-client";
  version = "2.10.1";
  version = "2.15.1";

  desktopItem = makeDesktopItem {
    name = "lunar-client";
@@ -21,7 +21,7 @@ let
  src = fetchurl {
    url = "https://launcherupdates.lunarclientcdn.com/Lunar%20Client-${version}.AppImage";
    name = "lunar-client.AppImage";
    hash = "sha256-3h2FFpIIRta6hEsa/H0xo8+DUvhdQyBv9dqdd/vlwZ4=";
    hash = "sha256-8F6inLctNLCrTvO/f4IWHclpm/6vqW44NKbct0Epp4s=";
  };
in
appimageTools.wrapType1 rec {