Merge pull request #242046 from r-ryantm/auto-update/discord-ptb
This commit is contained in:
commit
4f5e982463
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
let
|
let
|
||||||
versions = if stdenv.isLinux then {
|
versions = if stdenv.isLinux then {
|
||||||
stable = "0.0.27";
|
stable = "0.0.27";
|
||||||
ptb = "0.0.43";
|
ptb = "0.0.44";
|
||||||
canary = "0.0.162";
|
canary = "0.0.162";
|
||||||
development = "0.0.217";
|
development = "0.0.217";
|
||||||
} else {
|
} else {
|
||||||
|
@ -20,7 +20,7 @@ let
|
||||||
};
|
};
|
||||||
ptb = fetchurl {
|
ptb = fetchurl {
|
||||||
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
|
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
|
||||||
sha256 = "tG+QR62JcBYrvJS6KU6oAWSfQFdl68AMcU8E9Zahy2A=";
|
sha256 = "lehrB2jTvMKIDt7QWK/UAkrzYnW5pAP4LRHfIvGpnzA=";
|
||||||
};
|
};
|
||||||
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";
|
||||||
|
|
Loading…
Reference in a new issue