Skip to content

Commit

Permalink
harper: 0.15.0 -> 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Jan 16, 2025
1 parent 34e731d commit c0d94a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/by-name/ha/harper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit c0d94a3

Please sign in to comment.