Merge pull request #48203 from Mic92/alacritty
alacritty: 0.2.0 -> 0.2.1
This commit is contained in:
commit
b6d5930c24
@ -1,6 +1,6 @@
|
|||||||
{ stdenv,
|
{ stdenv,
|
||||||
lib,
|
lib,
|
||||||
fetchgit,
|
fetchFromGitHub,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
cmake,
|
cmake,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
@ -51,18 +51,16 @@ let
|
|||||||
];
|
];
|
||||||
in buildRustPackage rec {
|
in buildRustPackage rec {
|
||||||
name = "alacritty-unstable-${version}";
|
name = "alacritty-unstable-${version}";
|
||||||
version = "0.2.0";
|
version = "0.2.1";
|
||||||
|
|
||||||
# At the moment we cannot handle git dependencies in buildRustPackage.
|
src = fetchFromGitHub {
|
||||||
# This fork only replaces rust-fontconfig/libfontconfig with a git submodules.
|
owner = "jwilm";
|
||||||
src = fetchgit {
|
repo = "alacritty";
|
||||||
url = https://github.com/Mic92/alacritty.git;
|
rev = "v${version}";
|
||||||
rev = "rev-${version}";
|
sha256 = "1402axwjz70gg6ylhhm82f1rl6xvxkr1qy0jx3r4r32vzfap1l67";
|
||||||
sha256 = "1c9izflacm693rwkxwakxgnpkvxwc8mqasr5p7x0ys6xg91h9sxn";
|
|
||||||
fetchSubmodules = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1ijgkwv9ij4haig1h6n2b9xbhp5vahy9vp1sx72wxaaj9476msjx";
|
cargoSha256 = "0slcyn77svj0686g1vk7kgndzirpkba9jwwybgsdl755r53dswk0";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
|
Loading…
Reference in New Issue
Block a user