discord-ptb: 0.0.41 -> 0.0.42

(cherry picked from commit a9ee8a268c)
This commit is contained in:
R. Ryantm
2023-04-25 13:41:56 +00:00
committed by github-actions[bot]
parent 9afe9b957b
commit efb2114825

View File

@@ -2,7 +2,7 @@
let
versions = if stdenv.isLinux then {
stable = "0.0.26";
ptb = "0.0.41";
ptb = "0.0.42";
canary = "0.0.151";
} else {
stable = "0.0.273";
@@ -18,7 +18,7 @@ let
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
sha256 = "AhiZXgkXG/lroG7XAgcvJ7r5PSvzMFhamsxB1cXJOak=";
sha256 = "ZAMyAqyFEBJeTUqQzr5wK+BOFGURqhoHL8w2hJvL0vI=";
};
canary = fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";