Skip to content

Commit b11cbba

Browse files
github: update discord versions
- linux: canary: 0.0.715 -> 0.0.716 - darwin: canary: 0.0.821 -> 0.0.822
1 parent ad5f924 commit b11cbba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkgs/discord.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ let
8686
linux = {
8787
stable = "0.0.101";
8888
ptb = "0.0.151";
89-
canary = "0.0.715";
89+
canary = "0.0.716";
9090
development = "0.0.83";
9191
};
9292
darwin = {
9393
stable = "0.0.353";
9494
ptb = "0.0.181";
95-
canary = "0.0.821";
95+
canary = "0.0.822";
9696
development = "0.0.96";
9797
};
9898
};
@@ -109,7 +109,7 @@ 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-ElP9vDtb3P1CzjoqBEEjGUO2irAXI1IOW7Zd3AIjsrM=";
112+
hash = "sha256-W7uPrJRKY4I6nsdj/TNxT8kHh5ssn9KyCArhOhAlaH4=";
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-kMBGcpiTCWlUf5TXqOfpPmBJMZ4+kyNvftR6fWhjKUg=";
130+
hash = "sha256-BlNf6CFWu2sp7lAqbZFAGEbshKsjtboP/+uAIbsK2GA=";
131131
};
132132
development = fetchurl {
133133
url = "https://development.dl2.discordapp.net/apps/osx/${versions.darwin.development}/DiscordDevelopment.dmg";

0 commit comments

Comments
 (0)