Skip to content

Commit 63aef1c

Browse files
authored
discord: update various
* discord: 0.0.87 -> 0.0.88 Signed-off-by: Sefa Eyeoglu <[email protected]> * discord: 0.0.338 -> 0.0.341 Signed-off-by: Sefa Eyeoglu <[email protected]> * discord-ptb: 0.0.132 -> 0.0.134 Signed-off-by: Sefa Eyeoglu <[email protected]> * discord-ptb: 0.0.162 -> 0.0.165 Signed-off-by: Sefa Eyeoglu <[email protected]> * discord-canary: 0.0.594 -> 0.0.608 Signed-off-by: Sefa Eyeoglu <[email protected]> * discord-canary: 0.0.703 -> 0.0.717 Signed-off-by: Sefa Eyeoglu <[email protected]> * discord-development: 0.0.68 -> 0.0.71 Signed-off-by: Sefa Eyeoglu <[email protected]> * discord-development: 0.0.79 -> 0.0.82 Signed-off-by: Sefa Eyeoglu <[email protected]> --------- Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent f782f70 commit 63aef1c

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

+16-16
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.87";
13-
ptb = "0.0.132";
14-
canary = "0.0.594";
15-
development = "0.0.68";
12+
stable = "0.0.88";
13+
ptb = "0.0.134";
14+
canary = "0.0.608";
15+
development = "0.0.71";
1616
}
1717
else
1818
{
19-
stable = "0.0.338";
20-
ptb = "0.0.162";
21-
canary = "0.0.703";
22-
development = "0.0.79";
19+
stable = "0.0.341";
20+
ptb = "0.0.165";
21+
canary = "0.0.717";
22+
development = "0.0.82";
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-22Pi5rI0fu7A/ZoqkjIODtEnmNQt0pFBmsplh0QK0AQ=";
29+
hash = "sha256-lkphzS5Q7UH20rKJ4SfxyyqEGgoLlfO/hcGmoWWLcYY=";
3030
};
3131
ptb = fetchurl {
3232
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
33-
hash = "sha256-h4nFnarW84zP+tbzvqTQKvN0IEQevYuFZplPC2klvA8=";
33+
hash = "sha256-KkyFFxg7yuvaj/V7r0ePB2mNz+GNqeoUVvjb9v2/PQY=";
3434
};
3535
canary = fetchurl {
3636
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
37-
hash = "sha256-qSmJPKBBLDL2jykRHcuWXJ1Ve/7VE0yAkhL5i+JcR+Q=";
37+
hash = "sha256-Nh5CZyLo5Pf5PKV8LDeGH7KZuzQtQbdeKuVEJJqfTdA=";
3838
};
3939
development = fetchurl {
4040
url = "https://development.dl2.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";
41-
hash = "sha256-Vfsuz7/o2iVssOi4I9MmQc5T8ct8WTaCavvT9/OycPs=";
41+
hash = "sha256-lxtkapeYRtKyp60YJC6lCvK0P8MSOlYRmQLR+hLuwws=";
4242
};
4343
};
4444
x86_64-darwin = {
4545
stable = fetchurl {
4646
url = "https://stable.dl2.discordapp.net/apps/osx/${version}/Discord.dmg";
47-
hash = "sha256-PvCeKhbTgPxvR649xPWA/MBW7FZbW1g0WoLi35u1Ys0=";
47+
hash = "sha256-FXyF7uWwnNXPe5Qn2WZBXCr392RmHZR3Q2aQTojQ29o=";
4848
};
4949
ptb = fetchurl {
5050
url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
51-
hash = "sha256-C8KTPK6a+Z4pzxc/ORbqOgQVYtI5ggPcyzXTnvrmFu4=";
51+
hash = "sha256-M7ApSHRMZ8rzTHVZM32REPRTyaxUmbZfr9pj1uDlS9Y=";
5252
};
5353
canary = fetchurl {
5454
url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
55-
hash = "sha256-o2faV+mKmgDy7fCzxxMn9meY/afiTA3djTOY0nulBCc=";
55+
hash = "sha256-k3iviK146CcitDIKm2huUgGkJy/Qki4z5/VW3EPuaxE=";
5656
};
5757
development = fetchurl {
5858
url = "https://development.dl2.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";
59-
hash = "sha256-xBsI5rWsRBxkWEkcAOKz4NEeIRb2SJ/KDp6acpSvBSU=";
59+
hash = "sha256-3fPaqm9Tfr3t/96T9EX1oKCfVOw18DIiLWqBIiuSNIg=";
6060
};
6161
};
6262
aarch64-darwin = x86_64-darwin;

0 commit comments

Comments
 (0)