lunar-client: 3.3.1 -> 3.3.2 (#371731)

Co-authored-by: surfaceflinger <nat@nekopon.pl>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-07 21:55:27 +00:00
committed by GitHub
co-authored by surfaceflinger
+2 -2
View File
@@ -7,11 +7,11 @@
appimageTools.wrapType2 rec {
pname = "lunarclient";
version = "3.3.1";
version = "3.3.2";
src = fetchurl {
url = "https://launcherupdates.lunarclientcdn.com/Lunar%20Client-${version}.AppImage";
hash = "sha512-tRLT/jR6e9fwmQWAZ1OwjAOMiLy7us9WjiGpS8NBOzHO7jJ4TofSRvvSwpohr9YsnLiLnqANdlWtuabRpQhLLw==";
hash = "sha512-Gpm17h5U9Cw9r5EHE1wF5e0aza9yaGPUf+rhMVAhXjrVYBqiUsc/UG11TXWqarKlLpRmPDe+BvCF0qqTtTEZhw==";
};
nativeBuildInputs = [ makeWrapper ];