harper: 0.15.0 -> 0.16.0
Diff: https://github.com/elijah-potter/harper/compare/v0.15.0...v0.16.0 Changelog: https://github.com/elijah-potter/harper/releases/tag/v0.16.0
This commit is contained in:
@@ -6,21 +6,21 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "harper";
|
||||
version = "0.15.0";
|
||||
version = "0.16.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "elijah-potter";
|
||||
owner = "Automattic";
|
||||
repo = "harper";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-33UMN5OQ0h4HiSwFCIHyHo0oHiTlBfSmMxIQboLVzTY=";
|
||||
hash = "sha256-lpaE1yb9Yt1AVpZWBnvDOjTpVeKdTlXDnqNDrF0fCZ8=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-p/zTja6YSBTJNyyfuVi1jIfBmNdjJ11mcvEpyjxDwDo=";
|
||||
cargoHash = "sha256-2SFgtEA9dUM1KDgNpZXNVRLHzDCd/AZ4GqzkI8ULRf4=";
|
||||
|
||||
meta = {
|
||||
description = "Grammar Checker for Developers";
|
||||
homepage = "https://github.com/elijah-potter/harper";
|
||||
changelog = "https://github.com/elijah-potter/harper/releases/tag/v${version}";
|
||||
homepage = "https://github.com/Automattic/harper";
|
||||
changelog = "https://github.com/Automattic/harper/releases/tag/v${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ pbsds ];
|
||||
mainProgram = "harper-cli";
|
||||
|
||||
Reference in New Issue
Block a user