summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwackbyte <wackbyte@pm.me>2022-02-11 19:40:13 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-02-12 19:31:45 +0000
commitf7188fa63bfa947afbebc0ebb97a57b1805b1b55 (patch)
tree77ae17381f1abce1679bb6d59399d47a2f68a79b
parentdiscord-canary: 0.0.132 -> 0.0.133 (linux) (diff)
downloadnixpkgs-f7188fa63bfa947afbebc0ebb97a57b1805b1b55.tar.gz
discord-canary: 0.0.280 -> 0.0.283 (darwin)
(cherry picked from commit 3e5aee615b7f34743064d4f5e7b592f80e4fe8f6)
-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 a559d1d01063..83c137c960ad 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -8,7 +8,7 @@ let
} else {
stable = "0.0.264";
ptb = "0.0.59";
- canary = "0.0.280";
+ canary = "0.0.283";
};
version = versions.${branch};
srcs = let
@@ -43,7 +43,7 @@ let
canary = fetchurl {
url =
"https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
- sha256 = "0ccchsywry68vv81pqzzxmh1r19lnvxr429iwvgfr9y82lyjvz06";
+ sha256 = "0mqpk1szp46mih95x42ld32rrspc6jx1j7qdaxf01whzb3d4pi9l";
};
};
# Only PTB bundles a MachO Universal binary with ARM support.