Skip to content

Commit

Permalink
Merge pull request NixOS#258302 from r-ryantm/auto-update/discord-ptb
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Oct 2, 2023
2 parents f8be2c4 + 60321b0 commit 5db123d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
let
versions = if stdenv.isLinux then {
stable = "0.0.30";
ptb = "0.0.46";
ptb = "0.0.48";
canary = "0.0.167";
development = "0.0.232";
} else {
Expand All @@ -20,7 +20,7 @@ let
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
hash = "sha256-omPqp8iyQpp5UxoOlp0+iaQG6yuKVVGaYhl7I643dqQ=";
hash = "sha256-Vea9Jm9qeU+bSFUGkAtd+3Goe6JvfT3KYX/Kt5UjFWc=";
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
Expand Down

0 comments on commit 5db123d

Please sign in to comment.