lunar-client: 2.6.0 -> 2.7.3

This commit is contained in:
Mustafa Çalışkan 2021-06-05 21:09:53 +03:00
parent b42f9c7254
commit 22e0fe2f29
No known key found for this signature in database
GPG Key ID: DEEAD6989141FEBF
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
let
name = "lunar-client";
version = "2.6.0";
version = "2.7.3";
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 = "1pmblnnvs5jv5v7y5nnxr3liw9xfp5h6l44x7pln8kr9zg85dzma";
sha256 = "0ihi937rrj677y9b377b4hhp9wsarbqwrdrd6k3lhzx3jyh2fynf";
};
in appimageTools.wrapType1 rec {
inherit name src;