|
9 | 9 | versions = |
10 | 10 | if stdenv.hostPlatform.isLinux then |
11 | 11 | { |
12 | | - stable = "0.0.78"; |
| 12 | + stable = "0.0.79"; |
13 | 13 | ptb = "0.0.124"; |
14 | | - canary = "0.0.549"; |
15 | | - development = "0.0.60"; |
| 14 | + canary = "0.0.556"; |
| 15 | + development = "0.0.61"; |
16 | 16 | } |
17 | 17 | else |
18 | 18 | { |
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"; |
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-1G9NM0Z6dN2LtunHkkIzNNA+xFslxhnI8GVrjXlNZK8="; |
| 29 | + hash = "sha256-gQVx+PueGDofUjKSvyorCu73myNujcKz9gugMKB9koY="; |
30 | 30 | }; |
31 | 31 | ptb = fetchurl { |
32 | 32 | url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"; |
33 | 33 | hash = "sha256-jJncDqX2vCWFIpgruX1SknZBrCvMM5HSy6je9xxnxqM="; |
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-hwgvPNoEGjfg6uLlC/k3iYfxfjbja5H2F2aSiEcGZ/o="; |
| 37 | + hash = "sha256-5qn0YL0+1uE6kmQO3Fh2DD0gNjk6MT+yAdIoMK7Y8Tw="; |
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-SL+lWMSXC1Y11Sk59sE7F8n04DED2365RKKeKFU8R6o="; |
| 41 | + hash = "sha256-9ssgue3Y8StyKnc1dvr6b0Z3hjPYtJCNuVsruqFx8ug="; |
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-wLDr2jtjPsV3rUsFCNKKHXTwGPdoR/whLmr4w8I7x+U="; |
| 47 | + hash = "sha256-U37JyZwPmsk6ArD8Lz0xAiy/I78H+wHSig3+1BpD9iA="; |
48 | 48 | }; |
49 | 49 | ptb = fetchurl { |
50 | 50 | url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg"; |
51 | | - hash = "sha256-EvIEMyqOotnyqBC8w4XbF+RuP+g2Bjt4hD4aEeEzZGU="; |
| 51 | + hash = "sha256-BVKhyLoz/EoaZ6LgCaJuZZ37u9ProXOPddrfg171Eu4="; |
52 | 52 | }; |
53 | 53 | canary = fetchurl { |
54 | 54 | url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg"; |
55 | | - hash = "sha256-dCeLnfgvaKngO8r/VIDgQLkMKgV7BDOOKcXUdo91Eeo="; |
| 55 | + hash = "sha256-1eCHufW68AuYuYWzfq6Tt+YylFgCLT88DrvrNZvQG8A="; |
56 | 56 | }; |
57 | 57 | development = fetchurl { |
58 | 58 | url = "https://development.dl2.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg"; |
59 | | - hash = "sha256-5sUkGN9ucyYArGkfbGBdJokoqpHKBrkwxH055LpMlrs="; |
| 59 | + hash = "sha256-UdHwa/ALOOt/bNA6UmVJB8GNe+yHJ1xFoyF0nT1Zn3g="; |
60 | 60 | }; |
61 | 61 | }; |
62 | 62 | aarch64-darwin = x86_64-darwin; |
|
0 commit comments