summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-10-02 05:46:49 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-10-03 20:22:18 +0000
commit59ff547b7974117f617ecbdb5e124022e73f2605 (patch)
tree566aeb2e63953092919770b9d78ae81caa4a70b4
parentdiscord: Add update script for darwin (diff)
downloadnixpkgs-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.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 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";