diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-02-28 14:21:25 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-28 18:37:20 +0000 |
| commit | d7f5735800ae4d6658c02a47e1a8a8015d3993f7 (patch) | |
| tree | 21def1fb3cb1edf50891261d36cbb9d4bfbf0a1b | |
| parent | Merge pull request #291412 from NixOS/backport-291148-to-release-23.11 (diff) | |
| download | nixpkgs-origin/backport-292100-to-release-23.11.tar.gz | |
discord-canary: 0.0.282 -> 0.0.285origin/backport-292100-to-release-23.11
(cherry picked from commit 8bd97b917cba6e10f3ba721d98916cf725cb587d)
| -rw-r--r-- | pkgs/applications/networking/instant-messengers/discord/default.nix | 4 |
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 e95b9eb99905..8a19ec12c308 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.43"; ptb = "0.0.71"; - canary = "0.0.282"; + canary = "0.0.285"; development = "0.0.13"; } else { stable = "0.0.294"; @@ -25,7 +25,7 @@ let }; canary = fetchurl { url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; - hash = "sha256-+Ijl/yPa7DVzVKOWTxCu6FxIsschIqYa+tYBnnKdCBA="; + hash = "sha256-dfBwe/YOzUUAfBrf51mNXtpyGL3Mp235e6TfQM4h04s="; }; development = fetchurl { url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz"; |
