Skip to content

Commit 2ab4a08

Browse files
authored
discord: bump all versions (NixOS#374510)
* discord: 0.0.79 -> 0.0.80 * discord-canary: 0.0.556 -> 0.0.569 * discord-development: 0.0.61 -> 0.0.67 * discord-ptb: 0.0.124 -> 0.0.126 * pkgsCross.aarch64-darwin.discord: 0.0.331 -> 0.0.332 * pkgsCross.aarch64-darwin.discord-canary: 0.0.668 -> 0.0.681 * pkgsCross.aarch64-darwin.discord-development: 0.0.70 -> 0.0.76 * pkgsCross.aarch64-darwin.discord-ptb: 0.0.154 -> 0.0.156
1 parent 05d030a commit 2ab4a08

File tree

1 file changed

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

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,54 +9,54 @@ let
99
versions =
1010
if stdenv.hostPlatform.isLinux then
1111
{
12-
stable = "0.0.79";
13-
ptb = "0.0.124";
14-
canary = "0.0.556";
15-
development = "0.0.61";
12+
stable = "0.0.80";
13+
ptb = "0.0.126";
14+
canary = "0.0.569";
15+
development = "0.0.67";
1616
}
1717
else
1818
{
19-
stable = "0.0.331";
20-
ptb = "0.0.154";
21-
canary = "0.0.668";
22-
development = "0.0.70";
19+
stable = "0.0.332";
20+
ptb = "0.0.156";
21+
canary = "0.0.681";
22+
development = "0.0.76";
2323
};
2424
version = versions.${branch};
2525
srcs = rec {
2626
x86_64-linux = {
2727
stable = fetchurl {
2828
url = "https://stable.dl2.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
29-
hash = "sha256-gQVx+PueGDofUjKSvyorCu73myNujcKz9gugMKB9koY=";
29+
hash = "sha256-oamuF2LcdBC2HUzB08lTlxvrXjE6YFBXwLJDrmYKRXM=";
3030
};
3131
ptb = fetchurl {
3232
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
33-
hash = "sha256-jJncDqX2vCWFIpgruX1SknZBrCvMM5HSy6je9xxnxqM=";
33+
hash = "sha256-4OvGEeOP4i4j7WwMjnnSvaNQ2e5RZ0EMF797xoIsWMY=";
3434
};
3535
canary = fetchurl {
3636
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
37-
hash = "sha256-5qn0YL0+1uE6kmQO3Fh2DD0gNjk6MT+yAdIoMK7Y8Tw=";
37+
hash = "sha256-akbcAPuxF1pl4u2Cw/I7rlv8WVDsIZDPPpGRUt1qQvA=";
3838
};
3939
development = fetchurl {
4040
url = "https://development.dl2.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
41-
hash = "sha256-9ssgue3Y8StyKnc1dvr6b0Z3hjPYtJCNuVsruqFx8ug=";
41+
hash = "sha256-YwOhdNM6l+E/X6JX5ttyJsJmf3Pa+BN7N0mG7923xI4=";
4242
};
4343
};
4444
x86_64-darwin = {
4545
stable = fetchurl {
4646
url = "https://stable.dl2.discordapp.net/apps/osx/${version}/Discord.dmg";
47-
hash = "sha256-U37JyZwPmsk6ArD8Lz0xAiy/I78H+wHSig3+1BpD9iA=";
47+
hash = "sha256-ZIAFYbC4rRjb9Lz3E50TfR0Lgdmg0MZllxy+vk36Eg8=";
4848
};
4949
ptb = fetchurl {
5050
url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
51-
hash = "sha256-BVKhyLoz/EoaZ6LgCaJuZZ37u9ProXOPddrfg171Eu4=";
51+
hash = "sha256-Uluw2l/yAFzy4uMzp9ugFri8Psl7hy50H7QHag+St10=";
5252
};
5353
canary = fetchurl {
5454
url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
55-
hash = "sha256-1eCHufW68AuYuYWzfq6Tt+YylFgCLT88DrvrNZvQG8A=";
55+
hash = "sha256-OmN8g5Skg/KmdO8sv8iOhbZOFU/XUyUqvSthEam6RNE=";
5656
};
5757
development = fetchurl {
5858
url = "https://development.dl2.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";
59-
hash = "sha256-UdHwa/ALOOt/bNA6UmVJB8GNe+yHJ1xFoyF0nT1Zn3g=";
59+
hash = "sha256-GyHOJcxWoKdFJ5/oca5JFwu5OdGGykR4OXGMaa3XfiY=";
6060
};
6161
};
6262
aarch64-darwin = x86_64-darwin;

0 commit comments

Comments
 (0)