wezterm: 0-unstable-2025-05-18 -> 0-unstable-2025-06-24 (#421309)

This commit is contained in:
Sandro
2025-07-01 18:25:16 +02:00
committed by GitHub
+4 -5
View File
@@ -29,14 +29,14 @@
rustPlatform.buildRustPackage rec {
pname = "wezterm";
version = "0-unstable-2025-05-18";
version = "0-unstable-2025-06-24";
src = fetchFromGitHub {
owner = "wez";
repo = "wezterm";
rev = "5663e749948df3ed3c2d8ee0bfea6c85226310d9";
rev = "2deb317ec069b8f94ec1282253faaa71a8d997fc";
fetchSubmodules = true;
hash = "sha256-SQ1H16jy6GVjM8tEKZZC7AGIADLR1NyGfOT/6pFcFA0=";
hash = "sha256-danJcaG4ZyMbqR+4xaVOVM7a+4Sehq5cum40iRt/HQ8=";
};
postPatch =
@@ -60,7 +60,7 @@ rustPlatform.buildRustPackage rec {
# https://github.com/wezterm/wezterm/blob/main/nix/flake.nix#L134
auditable = false;
cargoHash = "sha256-9pdkXpkIbe5HeVGvgusRaI4A6ZjDGssO5k0ULVnO6k8=";
cargoHash = "sha256-uYx5OykWHN4B73rXWMYg3Sl7B+o7uFJMyAFiLMlLCsA=";
useFetchCargoVendor = true;
nativeBuildInputs = [
@@ -168,7 +168,6 @@ rustPlatform.buildRustPackage rec {
maintainers = with maintainers; [
mimame
SuperSandro2000
thiagokokada
];
};
}