lunar-client: 2.10.0 -> 2.10.1

This commit is contained in:
Joel 2022-06-11 08:30:54 +10:00
parent 09570ee4a9
commit 930c2f308e
No known key found for this signature in database
GPG Key ID: 18550BD205E9EF64

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 {