discord-canary: 0.0.170 -> 0.0.171

This commit is contained in:
Artturin 2023-10-19 23:06:37 +00:00
parent a018ab4c77
commit 0338ede46d

View File

@ -3,7 +3,7 @@ let
versions = if stdenv.isLinux then { versions = if stdenv.isLinux then {
stable = "0.0.32"; stable = "0.0.32";
ptb = "0.0.51"; ptb = "0.0.51";
canary = "0.0.170"; canary = "0.0.171";
development = "0.0.234"; development = "0.0.234";
} else { } else {
stable = "0.0.280"; stable = "0.0.280";
@ -24,7 +24,7 @@ let
}; };
canary = fetchurl { canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
hash = "sha256-Lw+qLAAwyoDBKDPOBA9HR79gcnqwTshFq6GMpFS0tXA="; hash = "sha256-NcmV+DPI5hfNdBUgoaOLsjG32QfjF+x7f01B6PR10Vc=";
}; };
development = fetchurl { development = fetchurl {
url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz"; url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz";