about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-14 19:40:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-14 19:40:38 +0000
commit7922c8d1805bf8a7f17faafe4be190a7824fe586 (patch)
tree5a14c5b3508554f85065ddd7988fe5c4b045444a /pkgs/applications/networking/instant-messengers/discord/default.nix
parentf74d88a6f19ec8c29bff5cc9e42ee5ec4e0e70f6 (diff)
discord-canary: 0.0.277 -> 0.0.278
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/discord/default.nix')
-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 38415b9b5b1d3..53473310b6a38 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -4,7 +4,7 @@ let
     if stdenv.isLinux then {
       stable = "0.0.43";
       ptb = "0.0.67";
-      canary = "0.0.277";
+      canary = "0.0.278";
       development = "0.0.13";
     } else {
       stable = "0.0.294";
@@ -25,7 +25,7 @@ let
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
-        hash = "sha256-AOhwBr/bOKAQtQ41oaYxU/2708Rt5arBzjpGdWUnHZU=";
+        hash = "sha256-ypnw/CDY02jD8xLpJvS4Y7GjahgvUhcmV7zSDaVkNpk=";
       };
       development = fetchurl {
         url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";