about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-04 09:43:06 -0500
committerGitHub <noreply@github.com>2024-02-04 09:43:06 -0500
commit918c5df3ef7e0933bda640a690b14fcf161eea54 (patch)
tree3ee5c0624b1b18c4382798f7d40a33c5857435db /pkgs/applications/networking
parentb2d58dc9daad81e76f13b1a868ff3e1261884c9d (diff)
parent1b874d363f342a66fba72b2778af00347c347343 (diff)
downloadnixlib-918c5df3ef7e0933bda640a690b14fcf161eea54.tar
nixlib-918c5df3ef7e0933bda640a690b14fcf161eea54.tar.gz
nixlib-918c5df3ef7e0933bda640a690b14fcf161eea54.tar.bz2
nixlib-918c5df3ef7e0933bda640a690b14fcf161eea54.tar.lz
nixlib-918c5df3ef7e0933bda640a690b14fcf161eea54.tar.xz
nixlib-918c5df3ef7e0933bda640a690b14fcf161eea54.tar.zst
nixlib-918c5df3ef7e0933bda640a690b14fcf161eea54.zip
Merge pull request #286152 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.265 -> 0.0.267
Diffstat (limited to 'pkgs/applications/networking')
-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 fd5ec61bf07d..e5fd9341ed79 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.42";
       ptb = "0.0.66";
-      canary = "0.0.265";
+      canary = "0.0.267";
       development = "0.0.11";
     } else {
       stable = "0.0.292";
@@ -25,7 +25,7 @@ let
       };
       canary = fetchurl {
         url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
-        hash = "sha256-uIo12mTFyvCyxazquLu2YlAbCqzQSBIY6O5AmC9hMpE=";
+        hash = "sha256-Hq78SDer7Gb+ju8wk9DrMLisHnoYoSwTzrs8PKhbS3s=";
       };
       development = fetchurl {
         url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";