my nixos/home-manager configuration
1
fork

Configure Feed

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

feat: update discord to 0.0.119

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