Skip to content

Commit 49ae52b

Browse files
discord: update versions
- linux: stable: -> 0.0.98,ptb: -> 0.0.148,canary: -> 0.0.702,development: -> 0.0.79 - darwin: stable: -> 0.0.350,ptb: -> 0.0.179,canary: -> 0.0.808,development: -> 0.0.93
1 parent b664a1f commit 49ae52b

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,13 +85,13 @@ let
8585
linux = {
8686
stable = "0.0.98";
8787
ptb = "0.0.148";
88-
canary = "0.0.701";
88+
canary = "0.0.702";
8989
development = "0.0.79";
9090
};
9191
darwin = {
9292
stable = "0.0.350";
93-
ptb = "0.0.178";
94-
canary = "0.0.807";
93+
ptb = "0.0.179";
94+
canary = "0.0.808";
9595
development = "0.0.93";
9696
};
9797
};
@@ -108,7 +108,7 @@ let
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-KXC2OhT2Goya+BlIpoBqWKDWVPLV4d3BbUGDKPuXHYs=";
111+
hash = "sha256-OcRGqwf13yPnbDpYOyXZgEQN/zWshUXfaF5geiLetlc=";
112112
};
113113
development = fetchurl {
114114
url = "https://development.dl2.discordapp.net/apps/linux/${versions.linux.development}/discord-development-${versions.linux.development}.tar.gz";
@@ -122,11 +122,11 @@ let
122122
};
123123
ptb = fetchurl {
124124
url = "https://ptb.dl2.discordapp.net/apps/osx/${versions.darwin.ptb}/DiscordPTB.dmg";
125-
hash = "sha256-AScvHapQlWVJvMGFO4VpPsl4F7lvI+9RWIAtsrPTcX4=";
125+
hash = "sha256-tGE7HAcWLpGlv5oXO7NEELdRtNfbhlpQeNc5zB7ba1A=";
126126
};
127127
canary = fetchurl {
128128
url = "https://canary.dl2.discordapp.net/apps/osx/${versions.darwin.canary}/DiscordCanary.dmg";
129-
hash = "sha256-tuRhVOQMVNBpZMPyguBu/fivsQ/iJP1l2fxTULm7RJI=";
129+
hash = "sha256-Cu7U70yzHgOAJjtEx85T3x9f1oquNz7VNsX53ISbzKg=";
130130
};
131131
development = fetchurl {
132132
url = "https://development.dl2.discordapp.net/apps/osx/${versions.darwin.development}/DiscordDevelopment.dmg";

0 commit comments

Comments
 (0)