Unverified Commit 044ef569 authored by Miguel Madrid-Mencía's avatar Miguel Madrid-Mencía
Browse files

wezterm: 20230326-111934-3666303c -> 20230408-112425-69ae8472

parent 2e4c842b
Loading
Loading
Loading
Loading
+391 −274

File changed.

Preview size limit exceeded, changes collapsed.

+3 −4
Original line number Diff line number Diff line
@@ -31,14 +31,14 @@

rustPlatform.buildRustPackage rec {
  pname = "wezterm";
  version = "20230326-111934-3666303c";
  version = "20230408-112425-69ae8472";

  src = fetchFromGitHub {
    owner = "wez";
    repo = pname;
    rev = version;
    fetchSubmodules = true;
    sha256 = "sha256-tgJUnQKVdLJKohda9oy9dwz53OiK4O0A9YlsI0o+meY=";
    hash = "sha256-Uk6I/JtSkGCQGG95DDD1hsu40X00/k5d44WP3OJ+rn4=";
  };

  postPatch = ''
@@ -52,7 +52,6 @@ rustPlatform.buildRustPackage rec {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "image-0.24.5" = "sha256-fTajVwm88OInqCPZerWcSAm1ga46ansQ3EzAmbT58Js=";
      "libssh-rs-0.1.7" = "sha256-pLaWKk/iGy7FfoVafpPYzErnKudxeIWzssWv2Zlm58s=";
      "xcb-imdkit-0.2.0" = "sha256-QOT9HLlA26DVPUF4ViKH2ckexUsu45KZMdJwoUhW+hA=";
    };
  };
@@ -136,6 +135,6 @@ rustPlatform.buildRustPackage rec {
    description = "GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust";
    homepage = "https://wezfurlong.org/wezterm";
    license = licenses.mit;
    maintainers = with maintainers; [ SuperSandro2000 ];
    maintainers = with maintainers; [ SuperSandro2000 mimame ];
  };
}