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.123

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