summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorDontEatOreo <57304299+DontEatOreo@users.noreply.github.com>2024-03-27 20:08:07 +0200
committerDontEatOreo <57304299+DontEatOreo@users.noreply.github.com>2024-03-27 20:08:07 +0200
commit4f6f827c98a6808ed9d55b76ef35902189ceaaa1 (patch)
tree61a5f4cb5b233bc6cab907bbafd4ad483503a099 /pkgs/applications/networking/instant-messengers
parentff1203ea7c1004b22cbd2a3d966f3b8de6dd2857 (diff)
discord-ptb: 0.0.102 -> 0.0.105
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/discord/default.nix4
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 d794156aa86c..c72acd3882b2 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -7,9 +7,9 @@ let
canary = "0.0.326";
development = "0.0.16";
} else {
- ptb = "0.0.102";
development = "0.0.31";
stable = "0.0.298";
+ ptb = "0.0.105";
canary = "0.0.451";
};
version = versions.${branch};
@@ -39,7 +39,7 @@ let
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/osx/${version}/DiscordPTB.dmg";
- hash = "sha256-33x6M++EsRJXTbsC4BCa21Yz7cbAhsosPO1WqYq/lCY=";
+ hash = "sha256-X5bYO1D5eWTYh22v4R274OhjTsVv70XCyrMqeRlt0Bo=";
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/osx/${version}/DiscordCanary.dmg";