lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

harper: 0.15.0 -> 0.16.0 (#374164)

authored by

Peder Bergebakken Sundt and committed by
GitHub
c24feaa6 2006dc8b

+6 -6
+6 -6
pkgs/by-name/ha/harper/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "harper"; 9 - version = "0.15.0"; 9 + version = "0.16.0"; 10 10 11 11 src = fetchFromGitHub { 12 - owner = "elijah-potter"; 12 + owner = "Automattic"; 13 13 repo = "harper"; 14 14 rev = "v${version}"; 15 - hash = "sha256-33UMN5OQ0h4HiSwFCIHyHo0oHiTlBfSmMxIQboLVzTY="; 15 + hash = "sha256-lpaE1yb9Yt1AVpZWBnvDOjTpVeKdTlXDnqNDrF0fCZ8="; 16 16 }; 17 17 18 - cargoHash = "sha256-p/zTja6YSBTJNyyfuVi1jIfBmNdjJ11mcvEpyjxDwDo="; 18 + cargoHash = "sha256-2SFgtEA9dUM1KDgNpZXNVRLHzDCd/AZ4GqzkI8ULRf4="; 19 19 20 20 meta = { 21 21 description = "Grammar Checker for Developers"; 22 - homepage = "https://github.com/elijah-potter/harper"; 23 - changelog = "https://github.com/elijah-potter/harper/releases/tag/v${version}"; 22 + homepage = "https://github.com/Automattic/harper"; 23 + changelog = "https://github.com/Automattic/harper/releases/tag/v${version}"; 24 24 license = lib.licenses.asl20; 25 25 maintainers = with lib.maintainers; [ pbsds ]; 26 26 mainProgram = "harper-cli";