Skip to content

Commit 7913abb

Browse files
committed
discord-ptb: 0.0.143 -> 0.0.144
1 parent 077773e commit 7913abb

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.143";
13+
ptb = "0.0.144";
1414
canary = "0.0.678";
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-Ki6+o+8/yQjc6kxKS7Re2gBbpfMi3m02L69muqsNm04=";
33+
hash = "sha256-URTBQ2YzkC8p7524RqR1OCqI3WkvtsClvd91RIWEQqU=";
3434
};
3535
canary = fetchurl {
3636
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";

0 commit comments

Comments
 (0)