Skip to content

Commit a4f3b2e

Browse files
github: update discord versions
- linux: ptb: 0.0.148 -> 0.0.149,canary: 0.0.702 -> 0.0.703 - darwin: canary: 0.0.808 -> 0.0.809
1 parent cb53650 commit a4f3b2e

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
@@ -85,14 +85,14 @@ let
8585
versions = {
8686
linux = {
8787
stable = "0.0.98";
88-
ptb = "0.0.148";
89-
canary = "0.0.702";
88+
ptb = "0.0.149";
89+
canary = "0.0.703";
9090
development = "0.0.81";
9191
};
9292
darwin = {
9393
stable = "0.0.350";
9494
ptb = "0.0.179";
95-
canary = "0.0.808";
95+
canary = "0.0.809";
9696
development = "0.0.94";
9797
};
9898
};
@@ -105,11 +105,11 @@ let
105105
};
106106
ptb = fetchurl {
107107
url = "https://ptb.dl2.discordapp.net/apps/linux/${versions.linux.ptb}/discord-ptb-${versions.linux.ptb}.tar.gz";
108-
hash = "sha256-VRhcnjbC42nFZ3DepKNX75pBl0GeDaSWM1SGXJpuQs0=";
108+
hash = "sha256-gOrrJwKdoGzHYQFOSJLPD+d/+epMGPpM86eRe6xrHbU=";
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-OcRGqwf13yPnbDpYOyXZgEQN/zWshUXfaF5geiLetlc=";
112+
hash = "sha256-ri8VTcsROHnmGDf1zmax3G3ESTjgRluSE+wEPGPkUwY=";
113113
};
114114
development = fetchurl {
115115
url = "https://development.dl2.discordapp.net/apps/linux/${versions.linux.development}/discord-development-${versions.linux.development}.tar.gz";
@@ -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-Cu7U70yzHgOAJjtEx85T3x9f1oquNz7VNsX53ISbzKg=";
130+
hash = "sha256-KSaxQTfh+80X2Dvif0wjS4yiaDP29dLh/mxdzDlWTIE=";
131131
};
132132
development = fetchurl {
133133
url = "https://development.dl2.discordapp.net/apps/osx/${versions.darwin.development}/DiscordDevelopment.dmg";

0 commit comments

Comments
 (0)