Merge pull request #177225 from jyooru/update/lunar-client/2.10.1

lunar-client: 2.10.0 -> 2.10.1
This commit is contained in:
Jonas Heinrich 2022-09-04 23:27:25 +02:00 committed by GitHub
commit 43dadd3e40
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.0";
version = "2.10.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";
sha256 = "1kfi3rgy401ll3gn9k30j0a1zds1ghl5g2ibfwlsnr826nckfmzw";
hash = "sha256-3h2FFpIIRta6hEsa/H0xo8+DUvhdQyBv9dqdd/vlwZ4=";
};
in
appimageTools.wrapType1 rec {