Unverified Commit e8598436 authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #279625 from ncfavier/alacritty

alacritty: 0.13.0 -> 0.13.1
parents eaed3661 e388a056
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -49,16 +49,16 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "alacritty";
  version = "0.13.0";
  version = "0.13.1";

  src = fetchFromGitHub {
    owner = "alacritty";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-5jStrLwuuFWlKHIPS5QJ4DUQj9kXLqlpRxeVDXK/uzU=";
    hash = "sha256-Nn/G7SkRuHXRSRgNjlmdX1G07sp7FPx8UyAn63Nivfg=";
  };

  cargoHash = "sha256-IdkDlxT7pvV+LYbEBsjNvDAWg9TDcmneLF1yrIU3BLU=";
  cargoHash = "sha256-vCoKaDd0mQRF6NNfK679FhEXuAdn/1o3F1gTfT8NK+0=";

  nativeBuildInputs = [
    cmake