Skip to content

Commit

Permalink
discord-ptb: 0.0.46 -> 0.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 30, 2023
1 parent 1f0e8ac commit 60321b0
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 60321b0

Please sign in to comment.