Skip to content

Commit a59eb78

Browse files
authored
[Backport release-25.05] discord-ptb: 0.0.144 -> 0.0.146 (#412713)
2 parents 76b615b + a70e05e commit a59eb78

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/networking/instant-messengers/discord

1 file changed

+2
-2
lines changed

pkgs/applications/networking/instant-messengers/discord/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let
1010
if stdenv.hostPlatform.isLinux then
1111
{
1212
stable = "0.0.95";
13-
ptb = "0.0.144";
13+
ptb = "0.0.146";
1414
canary = "0.0.687";
1515
development = "0.0.75";
1616
}
@@ -30,7 +30,7 @@ let
3030
};
3131
ptb = fetchurl {
3232
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
33-
hash = "sha256-URTBQ2YzkC8p7524RqR1OCqI3WkvtsClvd91RIWEQqU=";
33+
hash = "sha256-bcQsz6hhgtUD2j0MD3rEdFhsGJMQY1+yo19y/lLX+j8=";
3434
};
3535
canary = fetchurl {
3636
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";

0 commit comments

Comments
 (0)