Skip to content

Commit

Permalink
discord-ptb: 0.0.121 -> 0.0.122
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 14, 2024
1 parent 89bd131 commit b4f8d90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let
if stdenv.hostPlatform.isLinux then
{
stable = "0.0.77";
ptb = "0.0.121";
ptb = "0.0.122";
canary = "0.0.541";
development = "0.0.54";
}
Expand All @@ -30,7 +30,7 @@ let
};
ptb = fetchurl {
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
hash = "sha256-Zaf6Pg6xeSyiIFJMlT+VkE/sXJULSqGzGHmK5MpBuhg=";
hash = "sha256-EMqKUNT55AKEUd1TxU6J6WkhAV1gaKc2RvN5v0ET82E=";
};
canary = fetchurl {
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
Expand Down

0 comments on commit b4f8d90

Please sign in to comment.