lunar-client: 3.5.3 -> 3.5.5

This commit is contained in:
R. Ryantm
2025-11-11 18:30:35 +00:00
parent ff7090395a
commit 6d496aed6d

View File

@@ -7,11 +7,11 @@
appimageTools.wrapType2 rec { appimageTools.wrapType2 rec {
pname = "lunarclient"; pname = "lunarclient";
version = "3.5.3"; version = "3.5.5";
src = fetchurl { src = fetchurl {
url = "https://launcherupdates.lunarclientcdn.com/Lunar%20Client-${version}-ow.AppImage"; url = "https://launcherupdates.lunarclientcdn.com/Lunar%20Client-${version}-ow.AppImage";
hash = "sha512-rJl0EZ48bXmC24KGZIAuXUw9VLTzAwgLpOU1Ck5OYX3ZgDu5NQd26WAFoGwQqu8HpksPjv3Ylqhl9MEpWGXyLw=="; hash = "sha512-A/ER5UBcC8IfDQkl807V8kp8LyqkPx6fgbUqcMD7uA43eynR2Ca4FxeqzQ/QR8E+cZs8uZ2pKyYSLzfUXOmjPA==";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];