exa: unstable-2021-01-14 -> 0.10.0

This commit is contained in:
fortuneteller2k 2021-04-04 01:37:11 +08:00
parent 7e3eb490ec
commit e4c1ca9b7c

View File

@ -4,15 +4,15 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "exa"; pname = "exa";
version = "unstable-2021-01-14"; version = "0.10.0";
cargoSha256 = "1lmjh0grpnx20y6raxnxgjkr92h395r6jk8mm2ypc4cxpxczdqvl"; cargoSha256 = "sha256-hslQZkmZ023gKxBbfgwqazBPUk0qWyy51uRJtr3QvWE=";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ogham"; owner = "ogham";
repo = pname; repo = pname;
rev = "13b91cced4cab012413b25c9d3e30c63548639d0"; rev = "v${version}";
sha256 = "18y4v1s102lh3gvgjwdd66qlsr75wpwpcj8zsk5y5r95a405dkfm"; sha256 = "sha256-xolanu4zhAwsbSPdGKgY2/uHtP30DSpr/7Vv1z4jEnQ=";
}; };
nativeBuildInputs = [ cmake pkg-config installShellFiles pandoc ]; nativeBuildInputs = [ cmake pkg-config installShellFiles pandoc ];
@ -46,6 +46,6 @@ rustPlatform.buildRustPackage rec {
''; '';
homepage = "https://the.exa.website"; homepage = "https://the.exa.website";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ ehegnes lilyball globin ]; maintainers = with maintainers; [ ehegnes lilyball globin fortuneteller2k ];
}; };
} }