about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-02-10 03:50:21 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-02-10 03:50:21 +0000
commit3e949bd883b82716aa2bfd85ae136940800c53c3 (patch)
tree01e9c335126f8a8811731c7204bc4b3d751aa71e /pkgs/applications
parent66e66b9d481386f4c7a6b998f32ce794af0182ae (diff)
downloadnixlib-3e949bd883b82716aa2bfd85ae136940800c53c3.tar
nixlib-3e949bd883b82716aa2bfd85ae136940800c53c3.tar.gz
nixlib-3e949bd883b82716aa2bfd85ae136940800c53c3.tar.bz2
nixlib-3e949bd883b82716aa2bfd85ae136940800c53c3.tar.lz
nixlib-3e949bd883b82716aa2bfd85ae136940800c53c3.tar.xz
nixlib-3e949bd883b82716aa2bfd85ae136940800c53c3.tar.zst
nixlib-3e949bd883b82716aa2bfd85ae136940800c53c3.zip
discord-canary: 0.0.118 -> 0.0.119
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 874a764a8c70..c7ddc495546d 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -27,10 +27,10 @@ in {
     pname = "discord-canary";
     binaryName = "DiscordCanary";
     desktopName = "Discord Canary";
-    version = "0.0.118";
+    version = "0.0.119";
     src = fetchurl {
       url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
-      sha256 = "1ar4d6mgn248h6pqcw5ra787padsxyzfkgf9yf62ypn1zrxa9sxq";
+      sha256 = "0bzrilag7mjfhr84l956xisbaz8mmkmqizg22f9gabgcv85vwzsi";
     };
   };
 }.${branch}