Unverified Commit e8daa262 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

alacritty: 0.12.1 -> 0.12.2 (#240962)

parent c034e27b
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.12.1";
  version = "0.12.2";

  src = fetchFromGitHub {
    owner = "alacritty";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-jw66pBKIhvvaQ+Q6tDV6i7ALa7Z0Pw7dp6gAVPqy5bs=";
    hash = "sha256-X3Z+f5r8surBW9FSsmWKZ/fr82ThXBUkS8fr/sTYR50=";
  };

  cargoHash = "sha256-rDcNliuUDGsd4VA2H9k+AiJTf1ylmFyqCUzxwCtM3T8=";
  cargoHash = "sha256-JOmDmJl/y4WNsBnCixJykl4PgYgb5cSyo6MCdYmQAzQ=";

  nativeBuildInputs = [
    cmake