Commit 79578a17 authored by R. RyanTM's avatar R. RyanTM
Browse files

lunar-client: 3.2.19 -> 3.2.24

parent b50e35f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

appimageTools.wrapType2 rec {
  pname = "lunarclient";
  version = "3.2.19";
  version = "3.2.24";

  src = fetchurl {
    url = "https://launcherupdates.lunarclientcdn.com/Lunar%20Client-${version}.AppImage";
    hash = "sha512-OLXp355IxMmhLtsxNVj0/ykl2lGJtwu1Ti3TOJZ1dwTsx/Y+tdeFT+WeDAju9fMC2AssciUnAeqqdp76sHxUgw==";
    hash = "sha512-0rTADFgOOBDuv4nk2lgP4YUFxfsasZDQkp/r26iVwSa5f1swQXALGFwLl1VdJTRQ5AlZvRm6WBbt/ML2jODTZw==";
  };

  nativeBuildInputs = [ makeWrapper ];