We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76b615b + a70e05e commit a59eb78Copy full SHA for a59eb78
pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -10,7 +10,7 @@ let
10
if stdenv.hostPlatform.isLinux then
11
{
12
stable = "0.0.95";
13
- ptb = "0.0.144";
+ ptb = "0.0.146";
14
canary = "0.0.687";
15
development = "0.0.75";
16
}
@@ -30,7 +30,7 @@ let
30
};
31
ptb = fetchurl {
32
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
33
- hash = "sha256-URTBQ2YzkC8p7524RqR1OCqI3WkvtsClvd91RIWEQqU=";
+ hash = "sha256-bcQsz6hhgtUD2j0MD3rEdFhsGJMQY1+yo19y/lLX+j8=";
34
35
canary = fetchurl {
36
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
0 commit comments