Merge pull request #205296 from r-ryantm/auto-update/discord-ptb
discord-ptb: 0.0.35 -> 0.0.38
This commit is contained in:
commit
62f68c0069
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
let
|
||||
versions = if stdenv.isLinux then {
|
||||
stable = "0.0.21";
|
||||
ptb = "0.0.35";
|
||||
ptb = "0.0.38";
|
||||
canary = "0.0.144";
|
||||
} else {
|
||||
stable = "0.0.264";
|
||||
|
@ -18,7 +18,7 @@ let
|
|||
};
|
||||
ptb = fetchurl {
|
||||
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
|
||||
sha256 = "bnp5wfcR21s7LMPxFgj5G3UsxPWlFj4t6CbeosiufHY=";
|
||||
sha256 = "bPg7ZNQQxEpRSpp8j5/XLBDEJyId8mDGxS6tqkzzI1s=";
|
||||
};
|
||||
canary = fetchurl {
|
||||
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
|
||||
|
|
Loading…
Reference in a new issue