Merge pull request #146779 from Technical27/update-lunar

This commit is contained in:
Sandro 2021-11-30 18:21:13 +01:00 committed by GitHub
commit 43ff00e55e
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.7.3";
version = "2.8.8";
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 = "0ihi937rrj677y9b377b4hhp9wsarbqwrdrd6k3lhzx3jyh2fynf";
sha256 = "sha256-zPu0rc/Qi6+EyHXeXRJfkPHKK6Hr1JsENBvLt8a9WBM=";
};
in appimageTools.wrapType1 rec {
inherit name src;