about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/discord
diff options
context:
space:
mode:
authorwackbyte <wackbyte@pm.me>2022-02-10 20:58:00 -0500
committerwackbyte <wackbyte@pm.me>2022-02-11 19:37:30 -0500
commit8bfdab35494d525d64ce371fe5d74da86100712a (patch)
tree4119b06db8e9abacea4efbc3971e9196a0ef106a /pkgs/applications/networking/instant-messengers/discord
parent0b73c4a1bc49f20ce9055563d57c84ea14cf623c (diff)
discord-canary: 0.0.132 -> 0.0.133 (linux)
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 0672cb72425ed..a559d1d010636 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -4,7 +4,7 @@ let
   versions = if stdenv.isLinux then {
     stable = "0.0.16";
     ptb = "0.0.27";
-    canary = "0.0.132";
+    canary = "0.0.133";
   } else {
     stable = "0.0.264";
     ptb = "0.0.59";
@@ -31,7 +31,7 @@ let
       canary = fetchurl {
         url =
           "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
-        sha256 = "1jjbd9qllgcdpnfxg5alxpwl050vzg13rh17n638wha0vv4mjhyv";
+        sha256 = "0wx8wkgkzvw9094baa3dni834l0n4p6ih024bj1851sgwwnidb0a";
       };
     };
     x86_64-darwin = {