Skip to content

Commit 69b07f5

Browse files
authored
discord: various updates (#355721)
* discord-ptb: 0.0.114 -> 0.0.115 Signed-off-by: Sefa Eyeoglu <[email protected]> * discord-canary: 0.0.511 -> 0.0.518 Signed-off-by: Sefa Eyeoglu <[email protected]> * discord-development: 0.0.42 -> 0.0.45 Signed-off-by: Sefa Eyeoglu <[email protected]> * discord: 0.0.324 -> 0.0.325 Signed-off-by: Sefa Eyeoglu <[email protected]> * discord-ptb: 0.0.144 -> 0.0.145 Signed-off-by: Sefa Eyeoglu <[email protected]> * discord-canary: 0.0.620 -> 0.0.627 Signed-off-by: Sefa Eyeoglu <[email protected]> * discord-development: 0.0.63 -> 0.0.64 Signed-off-by: Sefa Eyeoglu <[email protected]> --------- Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent 6e88b61 commit 69b07f5

File tree

1 file changed

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

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ let
1010
if stdenv.hostPlatform.isLinux then
1111
{
1212
stable = "0.0.74";
13-
ptb = "0.0.114";
14-
canary = "0.0.511";
15-
development = "0.0.42";
13+
ptb = "0.0.115";
14+
canary = "0.0.518";
15+
development = "0.0.45";
1616
}
1717
else
1818
{
19-
stable = "0.0.324";
20-
ptb = "0.0.144";
21-
canary = "0.0.620";
22-
development = "0.0.63";
19+
stable = "0.0.325";
20+
ptb = "0.0.145";
21+
canary = "0.0.627";
22+
development = "0.0.64";
2323
};
2424
version = versions.${branch};
2525
srcs = rec {
@@ -30,33 +30,33 @@ let
3030
};
3131
ptb = fetchurl {
3232
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
33-
hash = "sha256-fdpG9V4EJaARSJA9XmW+Zq6exPaFMJ/FWhzwgarDIpI=";
33+
hash = "sha256-N8h6z5z9txCha8P/d0ekSsYufPXswFa+5Pra3/p8Bng=";
3434
};
3535
canary = fetchurl {
3636
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
37-
hash = "sha256-srjYJFVM1UVpkB+koqrZfwgRAWpa7s8Arq2DnAFuaKs=";
37+
hash = "sha256-yjyYU15f6rIWYhTL8qXlIO8XN1ClK2QuFujM1DEHH+I=";
3838
};
3939
development = fetchurl {
4040
url = "https://development.dl2.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
41-
hash = "sha256-HZdodWwczgxaGgal5gfr6NQlquf4ZO//QMVcebxQG7s=";
41+
hash = "sha256-N5vlw6p+kvb2nYuIUF3YJyKgi072Uo1q1UEddIh/d9c=";
4242
};
4343
};
4444
x86_64-darwin = {
4545
stable = fetchurl {
4646
url = "https://stable.dl2.discordapp.net/apps/osx/${version}/Discord.dmg";
47-
hash = "sha256-Q/PWTBTnmdNeZV+InLQ3nSpETYF3rzTq9nxEh9HEOWY=";
47+
hash = "sha256-e5e9hSDDr88W18fQBxXASOTIfrhcsfjS+E9V2GgoZ38=";
4848
};
4949
ptb = fetchurl {
5050
url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
51-
hash = "sha256-Xv8TPzfK1gOLG57F9gtt4PvwkCqjDQjYJmKfyNIkEZY=";
51+
hash = "sha256-11eIKV3DCmsbyqwQcisWDaLJoGK3f+apO6Q+UA9g1/M=";
5252
};
5353
canary = fetchurl {
5454
url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
55-
hash = "sha256-6rBDZPVYxS3q328d2T9LOs0DUirPbMg2GKDacCSsOG4=";
55+
hash = "sha256-aLvTEtfFvKHWTFvz2Q8Qy8K7Z7Ic9YLKJ4nDD+PG0Ec=";
5656
};
5757
development = fetchurl {
5858
url = "https://development.dl2.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";
59-
hash = "sha256-E1qQUnwemS6SIHeO1BBifrCu706ldZH18isR7+nGNRU=";
59+
hash = "sha256-2yiTjpx+OEkxLHy8M3cSqdMD+UHm8B5/KHCp7KvSlc0=";
6060
};
6161
};
6262
aarch64-darwin = x86_64-darwin;

0 commit comments

Comments
 (0)