wezterm: 0-unstable-2026-06-22 -> 0-unstable-2026-07-05 (#536327)
This commit is contained in:
@@ -28,14 +28,14 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "wezterm";
|
||||
version = "0-unstable-2026-06-22";
|
||||
version = "0-unstable-2026-07-05";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wezterm";
|
||||
repo = "wezterm";
|
||||
rev = "6ff5492866490be859f23db01541df0ec67dcc3b";
|
||||
rev = "5cc2d1ef0b7f2ac82f965fe6becd8657ccd0067b";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-1QPLiudM2rmD3OYrc+LKvzE9VJS6Ut7QiS48pf0zU14=";
|
||||
hash = "sha256-HTzKidRDyf2d6ajuKbfbGlpwAjzfRgOzNHipOgkWWD4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -58,7 +58,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
# https://github.com/wezterm/wezterm/blob/main/nix/flake.nix#L134
|
||||
auditable = false;
|
||||
|
||||
cargoHash = "sha256-UDCTHu/BiAXXQOEJtZhVVJ9lYFyHSSxviLSqXuZismk=";
|
||||
cargoHash = "sha256-jY7lTOfbT74tAZ7he1xudCN7BUxZBzY+8+e1d2g2v4I=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
installShellFiles
|
||||
@@ -161,6 +161,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
mainProgram = "wezterm";
|
||||
maintainers = with lib.maintainers; [
|
||||
SuperSandro2000
|
||||
yvnth
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
OWNER="wez"
|
||||
OWNER="wezterm"
|
||||
REPO="wezterm"
|
||||
|
||||
NIXPKGS_ROOT=$(git rev-parse --show-toplevel)
|
||||
|
||||
Reference in New Issue
Block a user