nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

wezterm: 0-unstable-2025-06-24 -> 0-unstable-2025-07-10

authored by

Martyn Cross and committed by
Sandro Jäckel
5c66f57c f5f310b3

+4 -4
+4 -4
pkgs/by-name/we/wezterm/package.nix
··· 28 28 29 29 rustPlatform.buildRustPackage rec { 30 30 pname = "wezterm"; 31 - version = "0-unstable-2025-06-24"; 31 + version = "0-unstable-2025-07-10"; 32 32 33 33 src = fetchFromGitHub { 34 34 owner = "wez"; 35 35 repo = "wezterm"; 36 - rev = "2deb317ec069b8f94ec1282253faaa71a8d997fc"; 36 + rev = "85c587f9f3d8be49dfa252da116fc9ca290df113"; 37 37 fetchSubmodules = true; 38 - hash = "sha256-danJcaG4ZyMbqR+4xaVOVM7a+4Sehq5cum40iRt/HQ8="; 38 + hash = "sha256-hyyKC5BXeIbgP+bXxtvIz1LZUDoUJ6+em/PrX/TEg4k="; 39 39 }; 40 40 41 41 postPatch = '' ··· 58 58 # https://github.com/wezterm/wezterm/blob/main/nix/flake.nix#L134 59 59 auditable = false; 60 60 61 - cargoHash = "sha256-uYx5OykWHN4B73rXWMYg3Sl7B+o7uFJMyAFiLMlLCsA="; 61 + cargoHash = "sha256-chMbDMT8UWaiGovlzYn1UD8VFqb9UYHMDDx/A62wQsY="; 62 62 63 63 nativeBuildInputs = [ 64 64 installShellFiles