discord-ptb: 0.0.160 -> 0.0.161

This commit is contained in:
R. Ryantm
2025-09-23 17:34:21 +00:00
parent 77ac76b5ca
commit c948901ab9

View File

@@ -10,7 +10,7 @@ let
if stdenv.hostPlatform.isLinux then if stdenv.hostPlatform.isLinux then
{ {
stable = "0.0.110"; stable = "0.0.110";
ptb = "0.0.160"; ptb = "0.0.161";
canary = "0.0.756"; canary = "0.0.756";
development = "0.0.85"; development = "0.0.85";
} }
@@ -30,7 +30,7 @@ let
}; };
ptb = fetchurl { ptb = fetchurl {
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"; url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
hash = "sha256-6Oxy1EYhc7iEXJVjtkOCzfb3deSCdGa5U1UrLLyd6rM="; hash = "sha256-pDWOnj8tQK9runi/QzcvEFbNGCwAb/gISM9LrLoTzxM=";
}; };
canary = fetchurl { canary = fetchurl {
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";