Skip to content

Commit e3f2a8f

Browse files
wezterm: 0-unstable-2025-05-18 -> 0-unstable-2025-06-24 (#421309)
2 parents 1e52960 + 5ad6d40 commit e3f2a8f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929

3030
rustPlatform.buildRustPackage rec {
3131
pname = "wezterm";
32-
version = "0-unstable-2025-05-18";
32+
version = "0-unstable-2025-06-24";
3333

3434
src = fetchFromGitHub {
3535
owner = "wez";
3636
repo = "wezterm";
37-
rev = "5663e749948df3ed3c2d8ee0bfea6c85226310d9";
37+
rev = "2deb317ec069b8f94ec1282253faaa71a8d997fc";
3838
fetchSubmodules = true;
39-
hash = "sha256-SQ1H16jy6GVjM8tEKZZC7AGIADLR1NyGfOT/6pFcFA0=";
39+
hash = "sha256-danJcaG4ZyMbqR+4xaVOVM7a+4Sehq5cum40iRt/HQ8=";
4040
};
4141

4242
postPatch =
@@ -60,7 +60,7 @@ rustPlatform.buildRustPackage rec {
6060
# https://github.com/wezterm/wezterm/blob/main/nix/flake.nix#L134
6161
auditable = false;
6262

63-
cargoHash = "sha256-9pdkXpkIbe5HeVGvgusRaI4A6ZjDGssO5k0ULVnO6k8=";
63+
cargoHash = "sha256-uYx5OykWHN4B73rXWMYg3Sl7B+o7uFJMyAFiLMlLCsA=";
6464
useFetchCargoVendor = true;
6565

6666
nativeBuildInputs = [
@@ -168,7 +168,6 @@ rustPlatform.buildRustPackage rec {
168168
maintainers = with maintainers; [
169169
mimame
170170
SuperSandro2000
171-
thiagokokada
172171
];
173172
};
174173
}

0 commit comments

Comments
 (0)