File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
pkgs/applications/networking/instant-messengers/discord Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 99 versions =
1010 if stdenv . hostPlatform . isLinux then
1111 {
12- stable = "0.0.83 " ;
13- ptb = "0.0.128 " ;
14- canary = "0.0.581 " ;
12+ stable = "0.0.84 " ;
13+ ptb = "0.0.130 " ;
14+ canary = "0.0.585 " ;
1515 development = "0.0.68" ;
1616 }
1717 else
1818 {
19- stable = "0.0.334 " ;
20- ptb = "0.0.157 " ;
21- canary = "0.0.692 " ;
19+ stable = "0.0.335 " ;
20+ ptb = "0.0.159 " ;
21+ canary = "0.0.696 " ;
2222 development = "0.0.78" ;
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-thBnSYjYa2QEHyxIhEiA73hMs/S8n808oq8IAKtA7VI =" ;
29+ hash = "sha256-Gbxa8Yekjx8a3BkPBfUAdLW5gdnq3WMcwW3rzVgZjog =" ;
3030 } ;
3131 ptb = fetchurl {
3232 url = "https://ptb.dl2.discordapp.net/apps/linux/${ version } /discord-ptb-${ version } .tar.gz" ;
33- hash = "sha256-ccmlOyzPu6aMqmC2+mRXMQh6OYIFLrlTNwKmBGE61ic =" ;
33+ hash = "sha256-MuFPQK9HgTgkZV/48OazJfBXFgrEjT57SNKnq9HKD4s =" ;
3434 } ;
3535 canary = fetchurl {
3636 url = "https://canary.dl2.discordapp.net/apps/linux/${ version } /discord-canary-${ version } .tar.gz" ;
37- hash = "sha256-PUTu1eoq8lB+4rX0qACh3M8tOjR83Tgs3vaN5t70Mo8 =" ;
37+ hash = "sha256-PxdnCrZU8QoToyXk0LSzYUp25OFOJOJ5fKpH1aT2vt8 =" ;
3838 } ;
3939 development = fetchurl {
4040 url = "https://development.dl2.discordapp.net/apps/linux/${ version } /discord-development-${ version } .tar.gz" ;
4444 x86_64-darwin = {
4545 stable = fetchurl {
4646 url = "https://stable.dl2.discordapp.net/apps/osx/${ version } /Discord.dmg" ;
47- hash = "sha256-8zAwOh1waRAQwW/RnjUJsOQJmYcCK5dZ10Ib08F7U08 =" ;
47+ hash = "sha256-TybjfJoWoOcpmBVPwIjTpzfhsMwzfxF5Gr2xEoHNKzk =" ;
4848 } ;
4949 ptb = fetchurl {
5050 url = "https://ptb.dl2.discordapp.net/apps/osx/${ version } /DiscordPTB.dmg" ;
51- hash = "sha256-bZ9LVthjBib/yRfDTIXBNKDulWhW35HOdSDyEyjyLyA =" ;
51+ hash = "sha256-ZokyBmeMKlP45c7q17Xbyc1prpPXtIgZJ2LK1NXBU/4 =" ;
5252 } ;
5353 canary = fetchurl {
5454 url = "https://canary.dl2.discordapp.net/apps/osx/${ version } /DiscordCanary.dmg" ;
55- hash = "sha256-xA9TU6ODC6c8m+dLHxc5ZxD+SmTfXIjXl1wbA5JVay4 =" ;
55+ hash = "sha256-N53fCN9QL1oOavM0m8iofRsCRMaxsafsseBr+XuxfKc =" ;
5656 } ;
5757 development = fetchurl {
5858 url = "https://development.dl2.discordapp.net/apps/osx/${ version } /DiscordDevelopment.dmg" ;
You can’t perform that action at this time.
0 commit comments