Personal Nix setup
0
fork

Configure Feed

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

Update wezterm

+3 -3
+3 -3
overlays/common.nix
··· 76 76 77 77 wezterm = super.stdenv.mkDerivation rec { 78 78 name = "wezterm"; 79 - version = "20221119-145034-49b9839f"; 79 + version = "20230408-112425-69ae8472"; 80 80 81 81 src = fetchzip { 82 - url = "https://github.com/wez/wezterm/releases/download/20221119-145034-49b9839f/WezTerm-macos-20221119-145034-49b9839f.zip"; 83 - sha256 = "1081dzqn1lff58yg7jhr83mrx07dqfrqaa7fqgjawykpk0zl89a9"; 82 + url = "https://github.com/wez/wezterm/releases/download/20230408-112425-69ae8472/WezTerm-macos-20230408-112425-69ae8472.zip"; 83 + sha256 = "1ymfv28l3z0fckbl7sghlw6v546kp33fq165jgmr8yxg58jrrh16"; 84 84 }; 85 85 86 86 installPhase = ''