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:39:09 +0000
committerArtturin <Artturin@artturin.com>2023-10-02 00:39:09 +0000
commit3fa92366e39a59363edd384e3c832bb3a0a42b25 (patch)
treed78124a84c7509ddfa7c8d1e7746606f4f199141 /pkgs/applications/networking/instant-messengers/discord
parent8f376b70f50de654234c5d4ba654a82044047c39 (diff)
discord-canary: 0.0.167 -> 0.0.169
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 d2bcc2a65c5f4..e60e9016a124d 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -3,7 +3,7 @@ let
   versions = if stdenv.isLinux then {
     stable = "0.0.30";
     ptb = "0.0.48";
-    canary = "0.0.167";
+    canary = "0.0.169";
     development = "0.0.234";
   } else {
     stable = "0.0.278";
@@ -24,7 +24,7 @@ let
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
-        hash = "sha256-ua99w5pJz8UZldMvYLB7SkcgAG2hQBdorbnugvFDktE=";
+        hash = "sha256-32eKiQ9EncEZNL6MlK8lKqo0ZoRQKOpADx62bDQ6tvQ=";
       };
       development = fetchurl {
         url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";