mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
discord: 0.0.73 -> 0.0.74
This commit is contained in:
parent
1556ad266a
commit
61e936eea5
|
@ -9,7 +9,7 @@ let
|
|||
versions =
|
||||
if stdenv.hostPlatform.isLinux then
|
||||
{
|
||||
stable = "0.0.73";
|
||||
stable = "0.0.74";
|
||||
ptb = "0.0.114";
|
||||
canary = "0.0.511";
|
||||
development = "0.0.42";
|
||||
|
@ -26,7 +26,7 @@ let
|
|||
x86_64-linux = {
|
||||
stable = fetchurl {
|
||||
url = "https://stable.dl2.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
|
||||
hash = "sha256-LZ3IgtGr94NWbykYS5Xllkl4OOHLG66+ZqQ+OrpnVzs=";
|
||||
hash = "sha256-yf2gLvDgzF13cgpKFiiCHGYVR+p7jZOAR37L1F6MZvc=";
|
||||
};
|
||||
ptb = fetchurl {
|
||||
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
|
||||
|
|
Loading…
Reference in a new issue