alacritty: 0.5.0 -> 0.6.0-rc1

This commit is contained in:
Doron Behar 2020-11-14 11:12:49 +02:00
parent d67b00e8f0
commit f0250226b2

View file

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