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

wezterm: 0-unstable-2025-02-13 -> 0-unstable-2025-02-23 (#384550)

parents 3ed140c5 359c2ce7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -29,14 +29,14 @@

rustPlatform.buildRustPackage rec {
  pname = "wezterm";
  version = "0-unstable-2025-02-13";
  version = "0-unstable-2025-02-23";

  src = fetchFromGitHub {
    owner = "wez";
    repo = "wezterm";
    rev = "ee0c04e735fb94cb5119681f704fb7fa6731e713";
    rev = "4ff581a8aa3460d04f859fdadb50f29b3c507763";
    fetchSubmodules = true;
    hash = "sha256-0jqnSzzfg8ecBaayJI8oP9X0FyijFFT3LA6GKfpAFwI=";
    hash = "sha256-KKfGB1vM8ytpNieWD6CHD5zVyUe17tFAegZFzLx7QfE=";
  };

  postPatch = ''