diff options
| author | Soner Sayakci <s.sayakci@shopware.com> | 2019-09-05 10:52:33 +0200 |
|---|---|---|
| committer | Cray Elliott <MP2E@archlinux.us> | 2019-09-06 05:48:29 -0700 |
| commit | 16429eb2c0f304043c762fc2c37e98271a5f240d (patch) | |
| tree | 713c324414d61ab8d36b1c6bda79a8dd800e8fb6 | |
| parent | Merge pull request #68197 from jtojnar/nixos-doc-make-fix (diff) | |
| download | nixpkgs-gitlab.intr/cve.tar.gz | |
discord-ptb: 0.0.15 -> 0.0.16origin/cvegitlab.intr/cve
| -rw-r--r-- | pkgs/applications/networking/instant-messengers/discord/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/discord/default.nix b/pkgs/applications/networking/instant-messengers/discord/default.nix index f5883875fcdc..6bedde3ebd64 100644 --- a/pkgs/applications/networking/instant-messengers/discord/default.nix +++ b/pkgs/applications/networking/instant-messengers/discord/default.nix @@ -17,10 +17,10 @@ in { pname = "discord-ptb"; binaryName = "DiscordPTB"; desktopName = "Discord PTB"; - version = "0.0.15"; + version = "0.0.16"; src = fetchurl { - url = "https://dl-ptb.discordapp.net/apps/linux/0.0.15/discord-ptb-0.0.15.tar.gz"; - sha256 = "0znqb0a3yglgx7a9ypkb81jcm8kqgc6559zi7vfqn02zh15gqv6a"; + url = "https://dl-ptb.discordapp.net/apps/linux/0.0.16/discord-ptb-0.0.16.tar.gz"; + sha256 = "1ia94xvzygim9rx1sjnnss518ggw0i20mhp9pby33q70ha35n0aq"; }; }; canary = callPackage ./base.nix { |
