Skip to content

Commit c64011b

Browse files
committed
discord-development: 0.0.8778 -> 0.0.8795
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
1 parent 2d9823a commit c64011b

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/instant-messengers/discord

1 file changed

+2
-2
lines changed

pkgs/applications/networking/instant-messengers/discord/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let
99
stable = "0.0.278";
1010
ptb = "0.0.77";
1111
canary = "0.0.312";
12-
development = "0.0.8778";
12+
development = "0.0.8795";
1313
};
1414
version = versions.${branch};
1515
srcs = rec {
@@ -46,7 +46,7 @@ let
4646
};
4747
development = fetchurl {
4848
url = "https://dl-development.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";
49-
sha256 = "sha256-K4rlShYhmsjT2QHjb6+IbCXJFK+9REIx/gW68bcVSVc=";
49+
hash = "sha256-d/i7LHbJbbUUk/7iU63Xh4RWxs8ZyiCpZSS68JFW2Ps=";
5050
};
5151
};
5252
aarch64-darwin = x86_64-darwin;

0 commit comments

Comments
 (0)