about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2024-02-28 20:36:48 +0200
committerGitHub <noreply@github.com>2024-02-28 20:36:48 +0200
commitd4164730d41de41525032cacb2d3139906cb1c03 (patch)
treeabf3a659202378dde365bdd758f83c5580c71705 /pkgs/applications
parent8ed07da2eda182dcde201c18d6d3f2198058e069 (diff)
parent8bd97b917cba6e10f3ba721d98916cf725cb587d (diff)
Merge pull request #292100 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.282 -> 0.0.285
Diffstat (limited to 'pkgs/applications')
-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 e95b9eb99905d..8a19ec12c3084 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.71";
-      canary = "0.0.282";
+      canary = "0.0.285";
       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-+Ijl/yPa7DVzVKOWTxCu6FxIsschIqYa+tYBnnKdCBA=";
+        hash = "sha256-dfBwe/YOzUUAfBrf51mNXtpyGL3Mp235e6TfQM4h04s=";
       };
       development = fetchurl {
         url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";