lol

Merge pull request #223481 from r-ryantm/auto-update/discord-ptb

authored by

Artturi and committed by
GitHub
53ffab75 080bafb8

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/discord/default.nix
··· 2 2 let 3 3 versions = if stdenv.isLinux then { 4 4 stable = "0.0.25"; 5 - ptb = "0.0.39"; 5 + ptb = "0.0.41"; 6 6 canary = "0.0.150"; 7 7 } else { 8 8 stable = "0.0.273"; ··· 18 18 }; 19 19 ptb = fetchurl { 20 20 url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"; 21 - sha256 = "LoDg3iwK18rDszU/dQEK0/J8DIxrqydsfflZo8IARks="; 21 + sha256 = "AhiZXgkXG/lroG7XAgcvJ7r5PSvzMFhamsxB1cXJOak="; 22 22 }; 23 23 canary = fetchurl { 24 24 url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";