discord-canary: 0.0.167 -> 0.0.169

This commit is contained in:
Artturin 2023-10-02 00:39:09 +00:00
parent 8f376b70f5
commit 3fa92366e3

View file

@ -3,7 +3,7 @@ let
versions = if stdenv.isLinux then { versions = if stdenv.isLinux then {
stable = "0.0.30"; stable = "0.0.30";
ptb = "0.0.48"; ptb = "0.0.48";
canary = "0.0.167"; canary = "0.0.169";
development = "0.0.234"; development = "0.0.234";
} else { } else {
stable = "0.0.278"; stable = "0.0.278";
@ -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-ua99w5pJz8UZldMvYLB7SkcgAG2hQBdorbnugvFDktE="; hash = "sha256-32eKiQ9EncEZNL6MlK8lKqo0ZoRQKOpADx62bDQ6tvQ=";
}; };
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";