Merge pull request #214690 from LostAttractor/lunarclient

lunar-client: 2.10.1 -> 2.15.1
This commit is contained in:
Nick Cao 2023-02-05 20:29:41 +08:00 committed by GitHub
commit 554406194b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {