Unverified Commit 6dae489d authored by R. RyanTM's avatar R. RyanTM Committed by Sandro Jäckel
Browse files

wezterm: 0-unstable-2026-01-09 -> 0-nstable-2026-01-17

parent 19c30d34
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@

rustPlatform.buildRustPackage rec {
  pname = "wezterm";
  version = "0-unstable-2026-01-09";
  version = "0-unstable-2026-01-17";

  src = fetchFromGitHub {
    owner = "wezterm";
    repo = "wezterm";
    rev = "6e02c91e6b4f14d8df81d2819807212807cc5d5f";
    rev = "05343b387085842b434d267f91b6b0ec157e4331";
    fetchSubmodules = true;
    hash = "sha256-5KGSAhblAyBT1ppMaGlI94wMGl4/NpLHK7VFMYF+FV4=";
    hash = "sha256-V6WvkNZryYofarsyfcmsuvtpNJ/c3O+DmOKNvoYPbmA=";
  };

  postPatch = ''
@@ -58,7 +58,7 @@ rustPlatform.buildRustPackage rec {
  # https://github.com/wezterm/wezterm/blob/main/nix/flake.nix#L134
  auditable = false;

  cargoHash = "sha256-am5i7Bsoiu1a4RWDy+dpuHgyZpQvKOlEMzCP8QxbeaQ=";
  cargoHash = "sha256-waXq0U2Ud7FhlJn3evO7bZSBsOAA39ObiVWHycNQXmA=";

  nativeBuildInputs = [
    installShellFiles