Unverified Commit 99dac2ed authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

wezterm: 0-unstable-2026-01-08 -> 0-unstable-2026-01-09 (#479447)

parents 93ad653f 5cca7233
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@

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

  src = fetchFromGitHub {
    owner = "wezterm";
    repo = "wezterm";
    rev = "3715c8744def1e9bedb038e5ace1d5dfb76e8d3b";
    rev = "6e02c91e6b4f14d8df81d2819807212807cc5d5f";
    fetchSubmodules = true;
    hash = "sha256-RMUoYt6i4rIS0S2qOSv+7nlt8jzbIA5y10P01QjKi0I=";
    hash = "sha256-5KGSAhblAyBT1ppMaGlI94wMGl4/NpLHK7VFMYF+FV4=";
  };

  postPatch = ''