Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #47592 from Mic92/alacritty-backport
Browse files Browse the repository at this point in the history
alacritty: 2018-08-30 -> 0.2.0 (backport)
  • Loading branch information
Mic92 committed Oct 1, 2018
2 parents ff37ba7 + 57a4034 commit ec3497a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/misc/alacritty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ let
];
in buildRustPackage rec {
name = "alacritty-unstable-${version}";
version = "2018-08-30";
version = "0.2.0";

# At the moment we cannot handle git dependencies in buildRustPackage.
# This fork only replaces rust-fontconfig/libfontconfig with a git submodules.
src = fetchgit {
url = https://github.com/Mic92/alacritty.git;
rev = "rev-${version}";
sha256 = "0izvg7dwwb763jc6gnmn47i5zrkxvmh3vssn6vzrrmqhd4j3msmf";
sha256 = "1c9izflacm693rwkxwakxgnpkvxwc8mqasr5p7x0ys6xg91h9sxn";
fetchSubmodules = true;
};

Expand Down Expand Up @@ -119,5 +119,6 @@ in buildRustPackage rec {
homepage = https://github.com/jwilm/alacritty;
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ mic92 ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
};
}

0 comments on commit ec3497a

Please sign in to comment.