Unverified Commit c0426387 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

alacritty: 0.15.0 -> 0.15.1 (#382690)

parents 3605311e 929d8601
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -44,17 +44,17 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "alacritty";
  version = "0.15.0";
  version = "0.15.1";

  src = fetchFromGitHub {
    owner = "alacritty";
    repo = "alacritty";
    tag = "v${version}";
    hash = "sha256-CAxf0ltvYXYTdjQmLQnRwRRJUBgABbHSB8DxfAbgBdo=";
    hash = "sha256-/yERMNfCFLPb1S17Y9OacVH8UobDIIZDhM2qPzf5Vds=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-5AIl/z9OHSBs0DRk4UD03Yrvb6Ib5FGJk9XCRCKsjTs=";
  cargoHash = "sha256-uXwefUV1NAKqwwPIWj4Slkx0c5b+RfLR3caTb42fc4M=";

  nativeBuildInputs = [
    cmake