File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929rustPlatform . buildRustPackage rec {
3030 pname = "wezterm" ;
31- version = "0-unstable-2025-07-30 " ;
31+ version = "0-unstable-2025-08-14 " ;
3232
3333 src = fetchFromGitHub {
34- owner = "wez " ;
34+ owner = "wezterm " ;
3535 repo = "wezterm" ;
36- rev = "6a493f88fab06a792308e0c704790390fd3c6232 " ;
36+ rev = "bf9a2aeebacec19fd07b55234d626f006b22d369 " ;
3737 fetchSubmodules = true ;
38- hash = "sha256-ilDUBkXKo3N83ew3I+Ic48SBjraCs3OyjVXlTItX0mU =" ;
38+ hash = "sha256-cD0r+TchRc/A+G3HMu2PjjPm8m7Ue7GpH9F/PlfJcKE =" ;
3939 } ;
4040
4141 postPatch = ''
@@ -156,7 +156,7 @@ rustPlatform.buildRustPackage rec {
156156
157157 meta = with lib ; {
158158 description = "GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust" ;
159- homepage = "https://wezfurlong .org/wezterm " ;
159+ homepage = "https://wezterm .org" ;
160160 license = licenses . mit ;
161161 mainProgram = "wezterm" ;
162162 maintainers = with maintainers ; [
You can’t perform that action at this time.
0 commit comments