about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2024-03-22 20:31:48 +0000
committerjopejoe1 <johannes@joens.email>2024-03-22 20:31:48 +0000
commitfe21de388ec0b944cc0e620d4bf29300ac433818 (patch)
tree2dd3d4a6219b44e2dbfc58141680eeb678811045 /pkgs/applications/networking/instant-messengers/discord
parentfcad0adb6a5614b55f70c28543247bde95fb5363 (diff)
discord-canary: 0.0.300 -> 0.0.323
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 33fd18a4641be..cc65445329c84 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.45";
       ptb = "0.0.76";
-      canary = "0.0.300";
+      canary = "0.0.323";
       development = "0.0.16";
     } else {
       stable = "0.0.296";
@@ -25,7 +25,7 @@ let
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
-        hash = "sha256-GmPnc13LBBsMgTiUkOstL1u0l29NGUUQBQKTlXcJWsE=";
+        hash = "sha256-jhfg66zd5oADT84RDdoBXp8n9xGd1jNaX8hDRnJKFK0=";
       };
       development = fetchurl {
         url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";