mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
harper: 0.19.1 -> 0.20.0, only publish harper-ls (#381217)
This commit is contained in:
commit
11e90f604a
1 changed files with 9 additions and 5 deletions
|
@ -6,24 +6,28 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "harper";
|
pname = "harper";
|
||||||
version = "0.19.1";
|
version = "0.20.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Automattic";
|
owner = "Automattic";
|
||||||
repo = "harper";
|
repo = "harper";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-3W/pFtI8G9GOEXt1nCpoy+vp6+59Ya3oqlx2EttGEIk=";
|
hash = "sha256-8JeF1HxsP+Y+C1g3YJ0B0+JHoRFkBjz4/T8rVr2KgGw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildAndTestSubdir = "harper-ls";
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-xPppf2YRgvGqmFBFLZl8XF5apGUX6kICE0jp2nx++io=";
|
cargoHash = "sha256-uVjDFo5mJi4Xbq0Z+XOjy5VqXqkm0a+4xu+dVnjWXCU=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Grammar Checker for Developers";
|
description = "Grammar Checker for Developers";
|
||||||
homepage = "https://github.com/Automattic/harper";
|
homepage = "https://github.com/Automattic/harper";
|
||||||
changelog = "https://github.com/Automattic/harper/releases/tag/v${version}";
|
changelog = "https://github.com/Automattic/harper/releases/tag/v${version}";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ pbsds ];
|
maintainers = with lib.maintainers; [
|
||||||
mainProgram = "harper-cli";
|
pbsds
|
||||||
|
sumnerevans
|
||||||
|
];
|
||||||
|
mainProgram = "harper-ls";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue