Merge pull request #257064 from surfaceflinger/lunar-client-3.1.0

lunar-client: 3.0.10 -> 3.1.0
This commit is contained in:
Nick Cao 2023-09-24 09:58:23 -04:00 committed by GitHub
commit 90adef3150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
let
pname = "lunar-client";
version = "3.0.10";
version = "3.1.0";
src = fetchurl {
url = "https://launcherupdates.lunarclientcdn.com/Lunar%20Client-${version}.AppImage";
hash = "sha256-mbEV+iciL4+PtfvStyXZXK5Zb91N9H1VJ5amZj+2EyA=";
hash = "sha256-6OAGNkMyHOZI5wh92OtalnvUVFWNAS9PvkFS0e4YXhk=";
};
appimageContents = appimageTools.extract { inherit pname version src; };