File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
pkgs/applications/networking/instant-messengers/discord Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1010 if stdenv . hostPlatform . isLinux then
1111 {
1212 stable = "0.0.95" ;
13- ptb = "0.0.143 " ;
14- canary = "0.0.678 " ;
13+ ptb = "0.0.144 " ;
14+ canary = "0.0.687 " ;
1515 development = "0.0.75" ;
1616 }
1717 else
1818 {
19- stable = "0.0.345 " ;
20- ptb = "0.0.173 " ;
21- canary = "0.0.784 " ;
19+ stable = "0.0.347 " ;
20+ ptb = "0.0.174 " ;
21+ canary = "0.0.793 " ;
2222 development = "0.0.88" ;
2323 } ;
2424 version = versions . ${ branch } ;
3030 } ;
3131 ptb = fetchurl {
3232 url = "https://ptb.dl2.discordapp.net/apps/linux/${ version } /discord-ptb-${ version } .tar.gz" ;
33- hash = "sha256-Ki6+o+8/yQjc6kxKS7Re2gBbpfMi3m02L69muqsNm04 =" ;
33+ hash = "sha256-URTBQ2YzkC8p7524RqR1OCqI3WkvtsClvd91RIWEQqU =" ;
3434 } ;
3535 canary = fetchurl {
3636 url = "https://canary.dl2.discordapp.net/apps/linux/${ version } /discord-canary-${ version } .tar.gz" ;
37- hash = "sha256-Z+pTuR5xZfbmucdx9aBti5diNp5oCpP1mu60mq7oPB8 =" ;
37+ hash = "sha256-OaDN+Qklxieo9xlP8qVeCwWzPBe6bLXoFUkMOFCoqPg =" ;
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-uyMcHV8dbCwKFQWy/s77KfEHKc+NiAq1X9Q0ih1ELLk =" ;
47+ hash = "sha256-X9c5ruehxEd8FIdaQigiz7WGnh851BMqdo7Cz1wEb7Q =" ;
4848 } ;
4949 ptb = fetchurl {
5050 url = "https://ptb.dl2.discordapp.net/apps/osx/${ version } /DiscordPTB.dmg" ;
51- hash = "sha256-Fmh3EGjF3Xb2Vv39WEchrseo2t+4y1k+nLdb43GhJXI =" ;
51+ hash = "sha256-/suI1rVJZE1z8wLfiD65p7IdBJsJnz8zX1A2xmMMDnc =" ;
5252 } ;
5353 canary = fetchurl {
5454 url = "https://canary.dl2.discordapp.net/apps/osx/${ version } /DiscordCanary.dmg" ;
55- hash = "sha256-N3OdQZiLpkkaxr4yTfszHPj9/zfeVlUup5r2GB8OCMg =" ;
55+ hash = "sha256-/5jSp6dQiElzofpV7bRNPyUqRgq3Adzb8r40Nd8+Fn0 =" ;
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