about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-10-02 00:38:51 +0000
committerArtturin <Artturin@artturin.com>2023-10-02 00:38:51 +0000
commit8f376b70f50de654234c5d4ba654a82044047c39 (patch)
tree6f6d7780c99e4af6681f77d9ec357216a1dd85c2 /pkgs/applications/networking/instant-messengers/discord
parent5db123ddefb62335d2b6eab1d8fe8185858d49e3 (diff)
discord-development: 0.0.232 -> 0.0.234
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/discord')
-rw-r--r--pkgs/applications/networking/instant-messengers/discord/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/discord/default.nix b/pkgs/applications/networking/instant-messengers/discord/default.nix
index 41066090012ba..d2bcc2a65c5f4 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -4,7 +4,7 @@ let
     stable = "0.0.30";
     ptb = "0.0.48";
     canary = "0.0.167";
-    development = "0.0.232";
+    development = "0.0.234";
   } else {
     stable = "0.0.278";
     ptb = "0.0.77";
@@ -28,7 +28,7 @@ let
       };
       development = fetchurl {
         url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
-        hash = "sha256-AsHdQvDLzflhuYO8V4R+2zjQYpRo+aPa8HYXc3taayY=";
+        hash = "sha256-R5UwgpXgb32mEohTzyRVXmumcgPl8UPan3UjmLFLxLo=";
       };
     };
     x86_64-darwin = {