wezterm: 0-unstable-2025-10-14 -> 0-unstable-2025-10-23 (#460008)

This commit is contained in:
Sandro
2026-01-07 21:12:24 +00:00
committed by GitHub
+3 -3
View File
@@ -28,14 +28,14 @@
rustPlatform.buildRustPackage rec {
pname = "wezterm";
version = "0-unstable-2025-10-14";
version = "0-unstable-2025-10-23";
src = fetchFromGitHub {
owner = "wezterm";
repo = "wezterm";
rev = "64f2907c635b7bab407ac300b2261c77a85c1c8e";
rev = "b6e75fd7c8f9c9ad5af4efbba1d28df0969f6b17";
fetchSubmodules = true;
hash = "sha256-o/SSN18DmoN5LsB9RvWuAw7voGevOR5DqPBheqmq7AI=";
hash = "sha256-t99sVnRzfJUa6b6h55nFy/Xpkeeeph5ugZBl98N0jEg=";
};
postPatch = ''