lol

Merge pull request #254678 from r-ryantm/auto-update/discord-development

discord-development: 0.0.217 -> 0.0.232

authored by

Artturi and committed by
GitHub
0262c1b3 a5f99aab

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/discord/default.nix
··· 4 4 stable = "0.0.29"; 5 5 ptb = "0.0.45"; 6 6 canary = "0.0.166"; 7 - development = "0.0.217"; 7 + development = "0.0.232"; 8 8 } else { 9 9 stable = "0.0.273"; 10 10 ptb = "0.0.59"; ··· 28 28 }; 29 29 development = fetchurl { 30 30 url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz"; 31 - sha256 = "sha256-fzNFKrYo5qckrWZAkkiK337czCt6nOM1O8FeG18Q8Y0="; 31 + sha256 = "sha256-AsHdQvDLzflhuYO8V4R+2zjQYpRo+aPa8HYXc3taayY="; 32 32 }; 33 33 }; 34 34 x86_64-darwin = {