|
9 | 9 | versions = |
10 | 10 | if stdenv.hostPlatform.isLinux then |
11 | 11 | { |
12 | | - stable = "0.0.88"; |
13 | | - ptb = "0.0.134"; |
14 | | - canary = "0.0.608"; |
15 | | - development = "0.0.71"; |
| 12 | + stable = "0.0.89"; |
| 13 | + ptb = "0.0.135"; |
| 14 | + canary = "0.0.619"; |
| 15 | + development = "0.0.73"; |
16 | 16 | } |
17 | 17 | else |
18 | 18 | { |
19 | | - stable = "0.0.341"; |
20 | | - ptb = "0.0.165"; |
21 | | - canary = "0.0.717"; |
22 | | - development = "0.0.82"; |
| 19 | + stable = "0.0.342"; |
| 20 | + ptb = "0.0.166"; |
| 21 | + canary = "0.0.727"; |
| 22 | + development = "0.0.84"; |
23 | 23 | }; |
24 | 24 | version = versions.${branch}; |
25 | 25 | srcs = rec { |
26 | 26 | x86_64-linux = { |
27 | 27 | stable = fetchurl { |
28 | 28 | url = "https://stable.dl2.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"; |
29 | | - hash = "sha256-lkphzS5Q7UH20rKJ4SfxyyqEGgoLlfO/hcGmoWWLcYY="; |
| 29 | + hash = "sha256-74M2SAJLS8u37m2bEo/Yblq822EbWWZfpLf5emvTusE="; |
30 | 30 | }; |
31 | 31 | ptb = fetchurl { |
32 | 32 | url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"; |
33 | | - hash = "sha256-KkyFFxg7yuvaj/V7r0ePB2mNz+GNqeoUVvjb9v2/PQY="; |
| 33 | + hash = "sha256-tzStiIAP83+ns5ZJr2DCtgLhoPf49RBnZtx6+unXndk="; |
34 | 34 | }; |
35 | 35 | canary = fetchurl { |
36 | 36 | url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; |
37 | | - hash = "sha256-Nh5CZyLo5Pf5PKV8LDeGH7KZuzQtQbdeKuVEJJqfTdA="; |
| 37 | + hash = "sha256-2Jm0SjFMNw9Vlda9d2xywZlevxpay8DNx0krBr1sb4A="; |
38 | 38 | }; |
39 | 39 | development = fetchurl { |
40 | 40 | url = "https://development.dl2.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz"; |
41 | | - hash = "sha256-lxtkapeYRtKyp60YJC6lCvK0P8MSOlYRmQLR+hLuwws="; |
| 41 | + hash = "sha256-zd8KpyBTdj+7jb1kRY99a48thdCRq3RNSC8oWKAQJXg="; |
42 | 42 | }; |
43 | 43 | }; |
44 | 44 | x86_64-darwin = { |
45 | 45 | stable = fetchurl { |
46 | 46 | url = "https://stable.dl2.discordapp.net/apps/osx/${version}/Discord.dmg"; |
47 | | - hash = "sha256-FXyF7uWwnNXPe5Qn2WZBXCr392RmHZR3Q2aQTojQ29o="; |
| 47 | + hash = "sha256-4Z/Up7KRRTaWEMUjVPi/CXbdeoEka72ZG6r3AeVmVjg="; |
48 | 48 | }; |
49 | 49 | ptb = fetchurl { |
50 | 50 | url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg"; |
51 | | - hash = "sha256-M7ApSHRMZ8rzTHVZM32REPRTyaxUmbZfr9pj1uDlS9Y="; |
| 51 | + hash = "sha256-/VvTAAeSS/hzdaLt9Fjj+g3lqRVwJ08nM6fJdP77L9c="; |
52 | 52 | }; |
53 | 53 | canary = fetchurl { |
54 | 54 | url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg"; |
55 | | - hash = "sha256-k3iviK146CcitDIKm2huUgGkJy/Qki4z5/VW3EPuaxE="; |
| 55 | + hash = "sha256-RRQyXgAKTkOweMM6FE9exRXZWiT13dFh8VioGp2z1KQ="; |
56 | 56 | }; |
57 | 57 | development = fetchurl { |
58 | 58 | url = "https://development.dl2.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg"; |
59 | | - hash = "sha256-3fPaqm9Tfr3t/96T9EX1oKCfVOw18DIiLWqBIiuSNIg="; |
| 59 | + hash = "sha256-8qgWvcfWTL1FXSy5CeihpMxS3Ysa79ZFAlG1rAcoyUo="; |
60 | 60 | }; |
61 | 61 | }; |
62 | 62 | aarch64-darwin = x86_64-darwin; |
|
0 commit comments