We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e5a0fe + 9abf2a2 commit 179cdc9Copy full SHA for 179cdc9
pkgs/by-name/lu/lunar-client/package.nix
@@ -7,11 +7,11 @@
7
8
appimageTools.wrapType2 rec {
9
pname = "lunarclient";
10
- version = "3.3.6";
+ version = "3.3.7";
11
12
src = fetchurl {
13
url = "https://launcherupdates.lunarclientcdn.com/Lunar%20Client-${version}.AppImage";
14
- hash = "sha512-OqgyEIjg72MDHu3mjWmmK2j7Mapk9Hd8TI7G6xXw8yMzT5w710Ny99ALy/k55p/3cknLI84i0GkQJpDy2HAJxQ==";
+ hash = "sha512-YnNqFuRRaRnVqNlD1VaWbx1TaTpD851altu9YamXX0q2ZohtGzB7lzE2xhllbS61E71jSUDasLUlbyyVqGTrJw==";
15
};
16
17
nativeBuildInputs = [ makeWrapper ];
0 commit comments