summary refs log tree commit diff
diff options
context:
space:
mode:
authorTadeo Kondrak <me@tadeo.ca>2019-09-04 12:37:41 -0600
committerTadeo Kondrak <me@tadeo.ca>2019-09-04 12:37:41 -0600
commit1af57d573f98e733fd3292f7eef8cc352931310c (patch)
tree533e795c44d6d5e9895c397e9ba0935fff2d8086
parent19c18e104b14f3203a419c5ea3159e615e312c58 (diff)
downloadnixpkgs-1af57d573f98e733fd3292f7eef8cc352931310c.tar
nixpkgs-1af57d573f98e733fd3292f7eef8cc352931310c.tar.gz
nixpkgs-1af57d573f98e733fd3292f7eef8cc352931310c.tar.bz2
nixpkgs-1af57d573f98e733fd3292f7eef8cc352931310c.tar.lz
nixpkgs-1af57d573f98e733fd3292f7eef8cc352931310c.tar.xz
nixpkgs-1af57d573f98e733fd3292f7eef8cc352931310c.tar.zst
nixpkgs-1af57d573f98e733fd3292f7eef8cc352931310c.zip
discord-canary: 0.0.95 -> 0.0.96
-rw-r--r--pkgs/applications/networking/instant-messengers/discord/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/discord/default.nix b/pkgs/applications/networking/instant-messengers/discord/default.nix
index 1d9d645b0ed..f5883875fcd 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.95";
+    version = "0.0.96";
     src = fetchurl {
-      url = "https://dl-canary.discordapp.net/apps/linux/0.0.95/discord-canary-0.0.95.tar.gz";
-      sha256 = "06qhm73kc88pq0lgbi7qjy4gx9ighkmx128fdm1dpzfv62fjdasw";
+      url = "https://dl-canary.discordapp.net/apps/linux/0.0.96/discord-canary-0.0.96.tar.gz";
+      sha256 = "1fxyh9v5xglwbgr5sidn0cv70qpzcd2q240wsv87k3nawhvfcwsp";
     };
   };
 }.${branch}