Skip to content

Commit 4c4bea7

Browse files
discord: update versions
- linux: stable: -> 0.0.98,ptb: -> 0.0.148,canary: -> 0.0.700,development: -> 0.0.79 - darwin: stable: -> 0.0.350,ptb: -> 0.0.178,canary: -> 0.0.805,development: -> 0.0.93
1 parent f57daf2 commit 4c4bea7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pkgs/discord.nix

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@
8383
let
8484
versions = {
8585
linux = {
86-
stable = "0.0.97";
86+
stable = "0.0.98";
8787
ptb = "0.0.148";
88-
canary = "0.0.697";
88+
canary = "0.0.700";
8989
development = "0.0.79";
9090
};
9191
darwin = {
92-
stable = "0.0.349";
92+
stable = "0.0.350";
9393
ptb = "0.0.178";
94-
canary = "0.0.803";
94+
canary = "0.0.805";
9595
development = "0.0.93";
9696
};
9797
};
@@ -100,15 +100,15 @@ let
100100
x86_64-linux = {
101101
stable = fetchurl {
102102
url = "https://stable.dl2.discordapp.net/apps/linux/${versions.linux.stable}/discord-${versions.linux.stable}.tar.gz";
103-
hash = "sha256-+3L47sThToENeNH8oYwkGXQnL25e0mGRpQ+usGnKcnE=";
103+
hash = "sha256-JT3fIG5zj2tvVPN9hYxCUFInb78fuy8QeWeZClaYou8=";
104104
};
105105
ptb = fetchurl {
106106
url = "https://ptb.dl2.discordapp.net/apps/linux/${versions.linux.ptb}/discord-ptb-${versions.linux.ptb}.tar.gz";
107107
hash = "sha256-VRhcnjbC42nFZ3DepKNX75pBl0GeDaSWM1SGXJpuQs0=";
108108
};
109109
canary = fetchurl {
110110
url = "https://canary.dl2.discordapp.net/apps/linux/${versions.linux.canary}/discord-canary-${versions.linux.canary}.tar.gz";
111-
hash = "sha256-FRcn8ev0IuHs3xBwHvJqiULs3ZXvU6VIW20//p184dU=";
111+
hash = "sha256-hllqsnlsl97QzOhLfdJ5vi24fhsQIHadKrWSw/I5f5k=";
112112
};
113113
development = fetchurl {
114114
url = "https://development.dl2.discordapp.net/apps/linux/${versions.linux.development}/discord-development-${versions.linux.development}.tar.gz";
@@ -118,15 +118,15 @@ let
118118
x86_64-darwin = {
119119
stable = fetchurl {
120120
url = "https://stable.dl2.discordapp.net/apps/osx/${versions.darwin.stable}/Discord.dmg";
121-
hash = "sha256-EpBLrse5gHV8ZiG01RYoGbPg+1b07bFRVcbfQHRvg40=";
121+
hash = "sha256-Giz0bE16v2Q2jULcnZMI1AY8zyjZ03hw4KVpDPJOmCo=";
122122
};
123123
ptb = fetchurl {
124124
url = "https://ptb.dl2.discordapp.net/apps/osx/${versions.darwin.ptb}/DiscordPTB.dmg";
125125
hash = "sha256-AScvHapQlWVJvMGFO4VpPsl4F7lvI+9RWIAtsrPTcX4=";
126126
};
127127
canary = fetchurl {
128128
url = "https://canary.dl2.discordapp.net/apps/osx/${versions.darwin.canary}/DiscordCanary.dmg";
129-
hash = "sha256-HqI88G7QtLoDMGoVRIWeLOZJSBXeJpw04mNS7GdzuCo=";
129+
hash = "sha256-WCeIDZLMXXTjRZfy2sP3qsXgB2WqUTmePdqe2ux7ARc=";
130130
};
131131
development = fetchurl {
132132
url = "https://development.dl2.discordapp.net/apps/osx/${versions.darwin.development}/DiscordDevelopment.dmg";

0 commit comments

Comments
 (0)