lunar-client: 3.3.5 -> 3.3.6 (#392728)

Co-authored-by: surfaceflinger <nat@nekopon.pl>

authored by nixpkgs-merge-bot[bot] surfaceflinger and committed by GitHub 9f511525 e0c31b27

+2 -2
+2 -2
pkgs/by-name/lu/lunar-client/package.nix
··· 7 8 appimageTools.wrapType2 rec { 9 pname = "lunarclient"; 10 - version = "3.3.5"; 11 12 src = fetchurl { 13 url = "https://launcherupdates.lunarclientcdn.com/Lunar%20Client-${version}.AppImage"; 14 - hash = "sha512-DHDo+4qZvsagquMKwdkXG0CBQh0fRPogNdMrOcUbDcisml7/j2sBe+jjOSLOB4ipOB1ULSXmqBugtvb6gDUbzQ=="; 15 }; 16 17 nativeBuildInputs = [ makeWrapper ];
··· 7 8 appimageTools.wrapType2 rec { 9 pname = "lunarclient"; 10 + version = "3.3.6"; 11 12 src = fetchurl { 13 url = "https://launcherupdates.lunarclientcdn.com/Lunar%20Client-${version}.AppImage"; 14 + hash = "sha512-OqgyEIjg72MDHu3mjWmmK2j7Mapk9Hd8TI7G6xXw8yMzT5w710Ny99ALy/k55p/3cknLI84i0GkQJpDy2HAJxQ=="; 15 }; 16 17 nativeBuildInputs = [ makeWrapper ];