Skip to content

Commit 0563a8f

Browse files
github: update discord versions
- linux: canary: 0.0.722 -> 0.0.723,development: 0.0.83 -> 0.0.84 - darwin: canary: 0.0.828 -> 0.0.829
1 parent d6a843c commit 0563a8f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pkgs/discord.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ let
8686
linux = {
8787
stable = "0.0.102";
8888
ptb = "0.0.152";
89-
canary = "0.0.722";
90-
development = "0.0.83";
89+
canary = "0.0.723";
90+
development = "0.0.84";
9191
};
9292
darwin = {
9393
stable = "0.0.354";
9494
ptb = "0.0.182";
95-
canary = "0.0.828";
95+
canary = "0.0.829";
9696
development = "0.0.97";
9797
};
9898
};
@@ -109,11 +109,11 @@ let
109109
};
110110
canary = fetchurl {
111111
url = "https://canary.dl2.discordapp.net/apps/linux/${versions.linux.canary}/discord-canary-${versions.linux.canary}.tar.gz";
112-
hash = "sha256-pAr4L/MQtYoVcrWDB8UHnC5xbWwBPZtWqrJUuOCHJ6k=";
112+
hash = "sha256-k1ClTRaYsb5rPV8AFtVg3iEZ44z5gmcBnOJgsQq9O1Y=";
113113
};
114114
development = fetchurl {
115115
url = "https://development.dl2.discordapp.net/apps/linux/${versions.linux.development}/discord-development-${versions.linux.development}.tar.gz";
116-
hash = "sha256-KpZ90VekGf3KNpNpFfZlVXorv86yK1OuY0uqgBuWIQ4=";
116+
hash = "sha256-0SmCBi/fl77m5PzI5O38CpAoIzyQc+eRUKLyKVMQ6Dc=";
117117
};
118118
};
119119
x86_64-darwin = {
@@ -127,7 +127,7 @@ let
127127
};
128128
canary = fetchurl {
129129
url = "https://canary.dl2.discordapp.net/apps/osx/${versions.darwin.canary}/DiscordCanary.dmg";
130-
hash = "sha256-/IT2z8Kx4Z7FXDC85QUUkT/epcDEg2Gz2Aom4cuxbkU=";
130+
hash = "sha256-pa7nJMJU6jPNcusIJ93aAH8AFQl93z1FX/sv6+M4WME=";
131131
};
132132
development = fetchurl {
133133
url = "https://development.dl2.discordapp.net/apps/osx/${versions.darwin.development}/DiscordDevelopment.dmg";

0 commit comments

Comments
 (0)