Skip to content

Commit 944e8fd

Browse files
wezterm: 0-unstable-2025-07-30 -> 0-unstable-2025-08-14 (#442469)
2 parents dd16e0b + 577de05 commit 944e8fd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pkgs/by-name/we/wezterm/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828

2929
rustPlatform.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; [

0 commit comments

Comments
 (0)