File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2929
3030rustPlatform . 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}
You can’t perform that action at this time.
0 commit comments