We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ed140c + 359c2ce commit ffa3da3Copy full SHA for ffa3da3
pkgs/by-name/we/wezterm/package.nix
@@ -29,14 +29,14 @@
29
30
rustPlatform.buildRustPackage rec {
31
pname = "wezterm";
32
- version = "0-unstable-2025-02-13";
+ version = "0-unstable-2025-02-23";
33
34
src = fetchFromGitHub {
35
owner = "wez";
36
repo = "wezterm";
37
- rev = "ee0c04e735fb94cb5119681f704fb7fa6731e713";
+ rev = "4ff581a8aa3460d04f859fdadb50f29b3c507763";
38
fetchSubmodules = true;
39
- hash = "sha256-0jqnSzzfg8ecBaayJI8oP9X0FyijFFT3LA6GKfpAFwI=";
+ hash = "sha256-KKfGB1vM8ytpNieWD6CHD5zVyUe17tFAegZFzLx7QfE=";
40
};
41
42
postPatch = ''
0 commit comments