diff options
| author | Artturin <Artturin@artturin.com> | 2023-10-02 05:46:49 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-10-03 20:22:18 +0000 |
| commit | 59ff547b7974117f617ecbdb5e124022e73f2605 (patch) | |
| tree | 566aeb2e63953092919770b9d78ae81caa4a70b4 | |
| parent | discord: Add update script for darwin (diff) | |
| download | nixpkgs-59ff547b7974117f617ecbdb5e124022e73f2605.tar.gz | |
discord-canary: 0.0.312 -> 0.0.314
(cherry picked from commit cec7bbec36bda4f48d698310a48c92ff3a79e5d6)
| -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 6e81bd8b438f..cbd27f8a77b8 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.278"; ptb = "0.0.77"; - canary = "0.0.312"; + canary = "0.0.314"; development = "0.0.8795"; }; version = versions.${branch}; @@ -42,7 +42,7 @@ let }; canary = fetchurl { url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg"; - hash = "sha256-iV131kzFcN2+eqUetqZShKqjAQfm64y6bxzAddV7wuw="; + hash = "sha256-SbCEao9Nh3cqCRD7FsHoKMVdy8T1y5tZAAGWHE6bSz0="; }; development = fetchurl { url = "https://dl-development.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg"; |
