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

wezterm: 0-unstable-2025-10-05 -> 0-unstable-2025-10-14 (#453067)

parents 2c37dd53 3e00b289
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-2025-10-05";
  version = "0-unstable-2025-10-14";

  src = fetchFromGitHub {
    owner = "wezterm";
    repo = "wezterm";
    rev = "db5d7437389eac5f63ad32e3b50d95b2b86065d1";
    rev = "64f2907c635b7bab407ac300b2261c77a85c1c8e";
    fetchSubmodules = true;
    hash = "sha256-4OzgrXsSq68CP6iImhqW896X6ekv2seg4kaH3md6QLs=";
    hash = "sha256-o/SSN18DmoN5LsB9RvWuAw7voGevOR5DqPBheqmq7AI=";
  };

  postPatch = ''