Skip to content

Commit

Permalink
[Backport release-24.05] discord-ptb: 0.0.103 -> 0.0.105 (#343008)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Sep 19, 2024
2 parents 94b8a9f + 33e1969 commit 039b7f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let
versions =
if stdenv.isLinux then {
stable = "0.0.67";
ptb = "0.0.103";
ptb = "0.0.105";
canary = "0.0.483";
development = "0.0.28";
} else {
Expand All @@ -21,7 +21,7 @@ let
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
hash = "sha256-BYzISVHSlKqVN0Egkw5su1wJnrGjQYbxYV840bDCakM=";
hash = "sha256-u/4wWssZxKlHrRW/Vd9pqUfqN2VQGYv1SDktpRsOayM=";
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
Expand Down

0 comments on commit 039b7f6

Please sign in to comment.