Commit 585da4dd authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

wezterm: 0-unstable-2025-01-24 -> 0-unstable-2025-02-10

parent 5156904c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -29,14 +29,14 @@

rustPlatform.buildRustPackage rec {
  pname = "wezterm";
  version = "0-unstable-2025-01-24";
  version = "0-unstable-2025-02-10";

  src = fetchFromGitHub {
    owner = "wez";
    repo = "wezterm";
    rev = "4bf0007cefff7f1ad139d89b54f074d5ad7d2184";
    rev = "52c1ca749552af4d8a2f18ec10fe8f14b6622519";
    fetchSubmodules = true;
    hash = "sha256-YN1C+cgF2T/dUljCZO5RMdbJsun+7lgqLN7BW+IMZsg=";
    hash = "sha256-4dIu0WczmjfCfYe2/fZybMWfgYd4XezIHUUPVb3ou28=";
  };

  postPatch = ''
@@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec {
      --replace-fail 'hash hostnamectl 2>/dev/null' 'command type -P hostnamectl &>/dev/null'
  '';

  cargoHash = "sha256-UagPKPH/PRXk3EFe+rDbkSTSnHdi/Apz0Qek8YlNMxo=";
  cargoHash = "sha256-2PJBd3nouxK0iIDOKIS9rrXbbts6zTYdrzxxokSiNwo=";
  useFetchCargoVendor = true;

  nativeBuildInputs = [