We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9823a commit c64011bCopy full SHA for c64011b
pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -9,7 +9,7 @@ let
9
stable = "0.0.278";
10
ptb = "0.0.77";
11
canary = "0.0.312";
12
- development = "0.0.8778";
+ development = "0.0.8795";
13
};
14
version = versions.${branch};
15
srcs = rec {
@@ -46,7 +46,7 @@ let
46
47
development = fetchurl {
48
url = "https://dl-development.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";
49
- sha256 = "sha256-K4rlShYhmsjT2QHjb6+IbCXJFK+9REIx/gW68bcVSVc=";
+ hash = "sha256-d/i7LHbJbbUUk/7iU63Xh4RWxs8ZyiCpZSS68JFW2Ps=";
50
51
52
aarch64-darwin = x86_64-darwin;
0 commit comments