mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 20:11:43 +03:00
alacritty: 0.6.0 -> 0.7.0
https://github.com/alacritty/alacritty/releases/tag/v0.7.0 https://github.com/alacritty/alacritty/compare/v0.6.0...v0.7.0
This commit is contained in:
parent
09b6ca477e
commit
4dadeb3730
@ -52,16 +52,16 @@ let
|
||||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "alacritty";
|
||||
version = "0.6.0";
|
||||
version = "0.7.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "alacritty";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "vQdNwNiUvoJWRT1foPRadirI2zWjnzU3sGnIxeHKlj8=";
|
||||
sha256 = "nN/OFzuGjD6psByl7xswO0mYp13r7rF80ziMr3GGfDQ=";
|
||||
};
|
||||
|
||||
cargoSha256 = "1PQSg6EmwVMZj2ALw6qsbtPMCtALVHx5TR05FjGD/QE=";
|
||||
cargoSha256 = "VUFPzJOGV8N1Q0hUyIPuf6e+eGxezkrJDJkzxZip5y0=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
Loading…
Reference in New Issue
Block a user