|
9 | 9 | versions = |
10 | 10 | if stdenv.hostPlatform.isLinux then |
11 | 11 | { |
12 | | - stable = "0.0.79"; |
13 | | - ptb = "0.0.124"; |
14 | | - canary = "0.0.556"; |
15 | | - development = "0.0.61"; |
| 12 | + stable = "0.0.80"; |
| 13 | + ptb = "0.0.126"; |
| 14 | + canary = "0.0.569"; |
| 15 | + development = "0.0.67"; |
16 | 16 | } |
17 | 17 | else |
18 | 18 | { |
19 | | - stable = "0.0.331"; |
20 | | - ptb = "0.0.154"; |
21 | | - canary = "0.0.668"; |
22 | | - development = "0.0.70"; |
| 19 | + stable = "0.0.332"; |
| 20 | + ptb = "0.0.156"; |
| 21 | + canary = "0.0.681"; |
| 22 | + development = "0.0.76"; |
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-gQVx+PueGDofUjKSvyorCu73myNujcKz9gugMKB9koY="; |
| 29 | + hash = "sha256-oamuF2LcdBC2HUzB08lTlxvrXjE6YFBXwLJDrmYKRXM="; |
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-jJncDqX2vCWFIpgruX1SknZBrCvMM5HSy6je9xxnxqM="; |
| 33 | + hash = "sha256-4OvGEeOP4i4j7WwMjnnSvaNQ2e5RZ0EMF797xoIsWMY="; |
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-5qn0YL0+1uE6kmQO3Fh2DD0gNjk6MT+yAdIoMK7Y8Tw="; |
| 37 | + hash = "sha256-akbcAPuxF1pl4u2Cw/I7rlv8WVDsIZDPPpGRUt1qQvA="; |
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-9ssgue3Y8StyKnc1dvr6b0Z3hjPYtJCNuVsruqFx8ug="; |
| 41 | + hash = "sha256-YwOhdNM6l+E/X6JX5ttyJsJmf3Pa+BN7N0mG7923xI4="; |
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-U37JyZwPmsk6ArD8Lz0xAiy/I78H+wHSig3+1BpD9iA="; |
| 47 | + hash = "sha256-ZIAFYbC4rRjb9Lz3E50TfR0Lgdmg0MZllxy+vk36Eg8="; |
48 | 48 | }; |
49 | 49 | ptb = fetchurl { |
50 | 50 | url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg"; |
51 | | - hash = "sha256-BVKhyLoz/EoaZ6LgCaJuZZ37u9ProXOPddrfg171Eu4="; |
| 51 | + hash = "sha256-Uluw2l/yAFzy4uMzp9ugFri8Psl7hy50H7QHag+St10="; |
52 | 52 | }; |
53 | 53 | canary = fetchurl { |
54 | 54 | url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg"; |
55 | | - hash = "sha256-1eCHufW68AuYuYWzfq6Tt+YylFgCLT88DrvrNZvQG8A="; |
| 55 | + hash = "sha256-OmN8g5Skg/KmdO8sv8iOhbZOFU/XUyUqvSthEam6RNE="; |
56 | 56 | }; |
57 | 57 | development = fetchurl { |
58 | 58 | url = "https://development.dl2.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg"; |
59 | | - hash = "sha256-UdHwa/ALOOt/bNA6UmVJB8GNe+yHJ1xFoyF0nT1Zn3g="; |
| 59 | + hash = "sha256-GyHOJcxWoKdFJ5/oca5JFwu5OdGGykR4OXGMaa3XfiY="; |
60 | 60 | }; |
61 | 61 | }; |
62 | 62 | aarch64-darwin = x86_64-darwin; |
|
0 commit comments