mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
discord-ptb: 0.0.144 -> 0.0.146 (#412676)
This commit is contained in:
commit
1405e84336
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ let
|
||||||
if stdenv.hostPlatform.isLinux then
|
if stdenv.hostPlatform.isLinux then
|
||||||
{
|
{
|
||||||
stable = "0.0.95";
|
stable = "0.0.95";
|
||||||
ptb = "0.0.144";
|
ptb = "0.0.146";
|
||||||
canary = "0.0.687";
|
canary = "0.0.687";
|
||||||
development = "0.0.75";
|
development = "0.0.75";
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@ let
|
||||||
};
|
};
|
||||||
ptb = fetchurl {
|
ptb = fetchurl {
|
||||||
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
|
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
|
||||||
hash = "sha256-URTBQ2YzkC8p7524RqR1OCqI3WkvtsClvd91RIWEQqU=";
|
hash = "sha256-bcQsz6hhgtUD2j0MD3rEdFhsGJMQY1+yo19y/lLX+j8=";
|
||||||
};
|
};
|
||||||
canary = fetchurl {
|
canary = fetchurl {
|
||||||
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
|
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue