diff options
| author | Artturin <Artturin@artturin.com> | 2024-04-28 22:58:42 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-04-29 07:25:11 +0000 |
| commit | 389aed0334927ca35d4dfc9b9986da3545184c24 (patch) | |
| tree | b2a7259f7020eafce69f98c878abc1b8dacd8784 | |
| parent | discord: 0.0.50 -> 0.0.51 (diff) | |
| download | nixpkgs-389aed0334927ca35d4dfc9b9986da3545184c24.tar.gz | |
discord-ptb: 0.0.80 -> 0.0.81
(cherry picked from commit 9511e7af23bbf4ad7f57f5cc5015232b007bd9b1)
| -rw-r--r-- | pkgs/applications/networking/instant-messengers/discord/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/discord/default.nix b/pkgs/applications/networking/instant-messengers/discord/default.nix index a70b66e8f715..61ea64dbe76c 100644 --- a/pkgs/applications/networking/instant-messengers/discord/default.nix +++ b/pkgs/applications/networking/instant-messengers/discord/default.nix @@ -3,7 +3,7 @@ let versions = if stdenv.isLinux then { stable = "0.0.51"; - ptb = "0.0.80"; + ptb = "0.0.81"; canary = "0.0.357"; development = "0.0.17"; } else { @@ -21,7 +21,7 @@ let }; ptb = fetchurl { url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"; - hash = "sha256-y/ntnHIYcY35Jszh0PrFy395eJ5dBWwLNpzHMoSZuNA="; + hash = "sha256-/kM23y4Hx/0HwIOQvd+4Y429s/6Q+coa27hgI2U3EcU="; }; canary = fetchurl { url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; |
