lunar-client: 3.3.11 -> 3.4.3 (#422245)

Co-authored-by: surfaceflinger <nat@nekopon.pl>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-04 21:23:07 +00:00 committed by GitHub
commit 830d0842d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,11 @@
appimageTools.wrapType2 rec {
pname = "lunarclient";
version = "3.3.11";
version = "3.4.3";
src = fetchurl {
url = "https://launcherupdates.lunarclientcdn.com/Lunar%20Client-${version}.AppImage";
hash = "sha512-zr/SesISQhOl4omVKSLXJ7U7OHOlAxZExHm/hkpaF+/KS8z+/vRplILKOlbWU2kX/FliLSvvxIdZo8+2psSRTQ==";
hash = "sha512-ipGB+A/B0N7Ws3Y1qWUlBj+Syo7H8UHU3dBDkHfatB4UNL053koT9EVxyPuGpU7YMjPDLuczuCsNaSTNuL/2bQ==";
};
nativeBuildInputs = [ makeWrapper ];