Skip to content

Commit da2507d

Browse files
github: update discord versions
- linux: canary: 0.0.706 -> 0.0.709 - darwin: canary: 0.0.812 -> 0.0.815
1 parent 21fb8aa commit da2507d

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.100";
8888
ptb = "0.0.150";
89-
canary = "0.0.706";
89+
canary = "0.0.709";
9090
development = "0.0.83";
9191
};
9292
darwin = {
9393
stable = "0.0.352";
9494
ptb = "0.0.180";
95-
canary = "0.0.812";
95+
canary = "0.0.815";
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-uhkZl9Yc6iZsHSXYWcPCUJA5y+hohKx8bmEEsoFgi1A=";
112+
hash = "sha256-2lzXTuE+nkyw+GG9nAMxIIloAlEngY9Q6OKfbrWgFiI=";
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-/OlGCNA0GIvo4La/E2ifY7C3OHiPDqUCYazAyagHQbA=";
130+
hash = "sha256-wJi9/mIaZViWbqx3hP8Ve5YUBWsraYTJi2H+B9CLC8w=";
131131
};
132132
development = fetchurl {
133133
url = "https://development.dl2.discordapp.net/apps/osx/${versions.darwin.development}/DiscordDevelopment.dmg";

0 commit comments

Comments
 (0)