We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de19a68 commit d0f4918Copy full SHA for d0f4918
pkgs/by-name/lu/lunar-client/package.nix
@@ -7,11 +7,11 @@
7
8
appimageTools.wrapType2 rec {
9
pname = "lunarclient";
10
- version = "3.3.7";
+ version = "3.3.8";
11
12
src = fetchurl {
13
url = "https://launcherupdates.lunarclientcdn.com/Lunar%20Client-${version}.AppImage";
14
- hash = "sha512-YnNqFuRRaRnVqNlD1VaWbx1TaTpD851altu9YamXX0q2ZohtGzB7lzE2xhllbS61E71jSUDasLUlbyyVqGTrJw==";
+ hash = "sha512-H4v2fpOvjU8Cxxf0kxHf2CB/NwjarMp8EjjfGb2IbrVM0aXQQyvW+cHRwfsLnkyOxNYLWNC50Px0Ur/0rpj4bg==";
15
};
16
17
nativeBuildInputs = [ makeWrapper ];
0 commit comments