Skip to content

Commit

Permalink
discord-ptb: 0.0.121 -> 0.0.124
Browse files Browse the repository at this point in the history
  • Loading branch information
DontEatOreo committed Dec 18, 2024
1 parent 37cbe45 commit c3c983e
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.78";
ptb = "0.0.121";
ptb = "0.0.124";
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-jJncDqX2vCWFIpgruX1SknZBrCvMM5HSy6je9xxnxqM=";
};
canary = fetchurl {
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
Expand Down

0 comments on commit c3c983e

Please sign in to comment.