Merge pull request #103817 from doronbehar/pkg/alacritty

alacritty: 0.5.0 -> 0.6.0-rc1
This commit is contained in:
Doron Behar 2020-11-18 15:38:21 +02:00 committed by GitHub
commit 0365749e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,16 +52,17 @@ let
in in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "alacritty"; pname = "alacritty";
version = "0.5.0"; # 0.5.0 is not compatible with gnome 3.38
version = "0.6.0-rc1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alacritty"; owner = "alacritty";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1948j57xhqvc5y876s929x9rhd6j0xnw5c91g1zqw2rfncn602g2"; sha256 = "RuIJvB0J/BQFqemOkEUiqS1uz0gMS49Dd8UQt0nbrQ0=";
}; };
cargoSha256 = "17lyzcj07f0vyki3091vgjd0w8ki11sw5m8gb3bxdph1dl04rria"; cargoSha256 = "+3iZywLvy+8C7j6g9bqij2DSLjBoE2u1GXgfV04cWRY=";
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake