Skip to content

Commit 4193ef1

Browse files
authored
discord: bump all versions (NixOS#371793)
1 parent 26734fa commit 4193ef1

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
@@ -9,54 +9,54 @@ let
99
versions =
1010
if stdenv.hostPlatform.isLinux then
1111
{
12-
stable = "0.0.78";
12+
stable = "0.0.79";
1313
ptb = "0.0.124";
14-
canary = "0.0.549";
15-
development = "0.0.60";
14+
canary = "0.0.556";
15+
development = "0.0.61";
1616
}
1717
else
1818
{
19-
stable = "0.0.330";
20-
ptb = "0.0.153";
21-
canary = "0.0.661";
22-
development = "0.0.68";
19+
stable = "0.0.331";
20+
ptb = "0.0.154";
21+
canary = "0.0.668";
22+
development = "0.0.70";
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-1G9NM0Z6dN2LtunHkkIzNNA+xFslxhnI8GVrjXlNZK8=";
29+
hash = "sha256-gQVx+PueGDofUjKSvyorCu73myNujcKz9gugMKB9koY=";
3030
};
3131
ptb = fetchurl {
3232
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
3333
hash = "sha256-jJncDqX2vCWFIpgruX1SknZBrCvMM5HSy6je9xxnxqM=";
3434
};
3535
canary = fetchurl {
3636
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
37-
hash = "sha256-hwgvPNoEGjfg6uLlC/k3iYfxfjbja5H2F2aSiEcGZ/o=";
37+
hash = "sha256-5qn0YL0+1uE6kmQO3Fh2DD0gNjk6MT+yAdIoMK7Y8Tw=";
3838
};
3939
development = fetchurl {
4040
url = "https://development.dl2.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
41-
hash = "sha256-SL+lWMSXC1Y11Sk59sE7F8n04DED2365RKKeKFU8R6o=";
41+
hash = "sha256-9ssgue3Y8StyKnc1dvr6b0Z3hjPYtJCNuVsruqFx8ug=";
4242
};
4343
};
4444
x86_64-darwin = {
4545
stable = fetchurl {
4646
url = "https://stable.dl2.discordapp.net/apps/osx/${version}/Discord.dmg";
47-
hash = "sha256-wLDr2jtjPsV3rUsFCNKKHXTwGPdoR/whLmr4w8I7x+U=";
47+
hash = "sha256-U37JyZwPmsk6ArD8Lz0xAiy/I78H+wHSig3+1BpD9iA=";
4848
};
4949
ptb = fetchurl {
5050
url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
51-
hash = "sha256-EvIEMyqOotnyqBC8w4XbF+RuP+g2Bjt4hD4aEeEzZGU=";
51+
hash = "sha256-BVKhyLoz/EoaZ6LgCaJuZZ37u9ProXOPddrfg171Eu4=";
5252
};
5353
canary = fetchurl {
5454
url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
55-
hash = "sha256-dCeLnfgvaKngO8r/VIDgQLkMKgV7BDOOKcXUdo91Eeo=";
55+
hash = "sha256-1eCHufW68AuYuYWzfq6Tt+YylFgCLT88DrvrNZvQG8A=";
5656
};
5757
development = fetchurl {
5858
url = "https://development.dl2.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";
59-
hash = "sha256-5sUkGN9ucyYArGkfbGBdJokoqpHKBrkwxH055LpMlrs=";
59+
hash = "sha256-UdHwa/ALOOt/bNA6UmVJB8GNe+yHJ1xFoyF0nT1Zn3g=";
6060
};
6161
};
6262
aarch64-darwin = x86_64-darwin;

0 commit comments

Comments
 (0)