about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJoel <joel@joel.tokyo>2022-06-11 08:30:54 +1000
committerJoel <joel@joel.tokyo>2022-06-11 08:30:54 +1000
commit930c2f308e074258702b357d28489bcc9cff48c7 (patch)
tree2d5b2865fa4e719ea5b1af9bcd7401e95337b56e /pkgs
parent09570ee4a943b5b3e686f71fa93e4745e33316d3 (diff)
downloadnixlib-930c2f308e074258702b357d28489bcc9cff48c7.tar
nixlib-930c2f308e074258702b357d28489bcc9cff48c7.tar.gz
nixlib-930c2f308e074258702b357d28489bcc9cff48c7.tar.bz2
nixlib-930c2f308e074258702b357d28489bcc9cff48c7.tar.lz
nixlib-930c2f308e074258702b357d28489bcc9cff48c7.tar.xz
nixlib-930c2f308e074258702b357d28489bcc9cff48c7.tar.zst
nixlib-930c2f308e074258702b357d28489bcc9cff48c7.zip
lunar-client: 2.10.0 -> 2.10.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/lunar-client/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/lunar-client/default.nix b/pkgs/games/lunar-client/default.nix
index 17df2565b866..8bb2e0d0a6fa 100644
--- a/pkgs/games/lunar-client/default.nix
+++ b/pkgs/games/lunar-client/default.nix
@@ -2,7 +2,7 @@
 
 let
   name = "lunar-client";
-  version = "2.10.0";
+  version = "2.10.1";
 
   desktopItem = makeDesktopItem {
     name = "lunar-client";
@@ -21,7 +21,7 @@ let
   src = fetchurl {
     url = "https://launcherupdates.lunarclientcdn.com/Lunar%20Client-${version}.AppImage";
     name = "lunar-client.AppImage";
-    sha256 = "1kfi3rgy401ll3gn9k30j0a1zds1ghl5g2ibfwlsnr826nckfmzw";
+    hash = "sha256-3h2FFpIIRta6hEsa/H0xo8+DUvhdQyBv9dqdd/vlwZ4=";
   };
 in
 appimageTools.wrapType1 rec {