wezterm: 0-unstable-2025-07-10 -> 0-unstable-2025-07-30 (#433379)

This commit is contained in:
Sandro 2025-08-14 14:08:01 +02:00 committed by GitHub
commit e03e5d97e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,14 +28,14 @@
rustPlatform.buildRustPackage rec {
pname = "wezterm";
version = "0-unstable-2025-07-10";
version = "0-unstable-2025-07-30";
src = fetchFromGitHub {
owner = "wez";
repo = "wezterm";
rev = "85c587f9f3d8be49dfa252da116fc9ca290df113";
rev = "6a493f88fab06a792308e0c704790390fd3c6232";
fetchSubmodules = true;
hash = "sha256-hyyKC5BXeIbgP+bXxtvIz1LZUDoUJ6+em/PrX/TEg4k=";
hash = "sha256-ilDUBkXKo3N83ew3I+Ic48SBjraCs3OyjVXlTItX0mU=";
};
postPatch = ''