my nixos/home-manager configuration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(discord): update to 0.0.122

+2 -2
+2 -2
pkgs/discord/default.nix
··· 6 6 }: 7 7 callPackage ./linux.nix rec { 8 8 pname = "discord"; 9 - version = "0.0.120"; 9 + version = "0.0.122"; 10 10 11 11 src = fetchurl { 12 12 url = "https://stable.dl2.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"; 13 - hash = "sha256-4rJ0l0zSoOz7L65sy3Gegcsb/nJGGFu6h5TGAb0fqUI="; 13 + hash = "sha256-aUle4aJXqvwVLbnFZq4ftPiPMu4/z/Efz2rlZkAVGzM="; 14 14 }; 15 15 16 16 branch = "stable";