|
9 | 9 | versions =
|
10 | 10 | if stdenv.hostPlatform.isLinux then
|
11 | 11 | {
|
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"; |
16 | 16 | }
|
17 | 17 | else
|
18 | 18 | {
|
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"; |
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-22Pi5rI0fu7A/ZoqkjIODtEnmNQt0pFBmsplh0QK0AQ="; |
| 29 | + hash = "sha256-lkphzS5Q7UH20rKJ4SfxyyqEGgoLlfO/hcGmoWWLcYY="; |
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-h4nFnarW84zP+tbzvqTQKvN0IEQevYuFZplPC2klvA8="; |
| 33 | + hash = "sha256-KkyFFxg7yuvaj/V7r0ePB2mNz+GNqeoUVvjb9v2/PQY="; |
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-qSmJPKBBLDL2jykRHcuWXJ1Ve/7VE0yAkhL5i+JcR+Q="; |
| 37 | + hash = "sha256-Nh5CZyLo5Pf5PKV8LDeGH7KZuzQtQbdeKuVEJJqfTdA="; |
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-Vfsuz7/o2iVssOi4I9MmQc5T8ct8WTaCavvT9/OycPs="; |
| 41 | + hash = "sha256-lxtkapeYRtKyp60YJC6lCvK0P8MSOlYRmQLR+hLuwws="; |
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-PvCeKhbTgPxvR649xPWA/MBW7FZbW1g0WoLi35u1Ys0="; |
| 47 | + hash = "sha256-FXyF7uWwnNXPe5Qn2WZBXCr392RmHZR3Q2aQTojQ29o="; |
48 | 48 | };
|
49 | 49 | ptb = fetchurl {
|
50 | 50 | url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
|
51 |
| - hash = "sha256-C8KTPK6a+Z4pzxc/ORbqOgQVYtI5ggPcyzXTnvrmFu4="; |
| 51 | + hash = "sha256-M7ApSHRMZ8rzTHVZM32REPRTyaxUmbZfr9pj1uDlS9Y="; |
52 | 52 | };
|
53 | 53 | canary = fetchurl {
|
54 | 54 | url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";
|
55 |
| - hash = "sha256-o2faV+mKmgDy7fCzxxMn9meY/afiTA3djTOY0nulBCc="; |
| 55 | + hash = "sha256-k3iviK146CcitDIKm2huUgGkJy/Qki4z5/VW3EPuaxE="; |
56 | 56 | };
|
57 | 57 | development = fetchurl {
|
58 | 58 | url = "https://development.dl2.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg";
|
59 |
| - hash = "sha256-xBsI5rWsRBxkWEkcAOKz4NEeIRb2SJ/KDp6acpSvBSU="; |
| 59 | + hash = "sha256-3fPaqm9Tfr3t/96T9EX1oKCfVOw18DIiLWqBIiuSNIg="; |
60 | 60 | };
|
61 | 61 | };
|
62 | 62 | aarch64-darwin = x86_64-darwin;
|
|
0 commit comments