Skip to content

Commit

Permalink
harper: 0.14.0 -> 0.15.0 (#372245)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Jan 9, 2025
2 parents a6e8f96 + 44eadb2 commit d32694c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ha/harper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "harper";
version = "0.14.0";
version = "0.15.0";

src = fetchFromGitHub {
owner = "elijah-potter";
repo = "harper";
rev = "v${version}";
hash = "sha256-YKfhvwm8TuKpM81qcVgL15AdiQaI7PXvRq1pWThwmo0=";
hash = "sha256-33UMN5OQ0h4HiSwFCIHyHo0oHiTlBfSmMxIQboLVzTY=";
};

cargoHash = "sha256-Gf0GJVWefZlMXpnJytAdmM/I9y7bXoCilUZs/HK0Vdw=";
cargoHash = "sha256-p/zTja6YSBTJNyyfuVi1jIfBmNdjJ11mcvEpyjxDwDo=";

meta = {
description = "Grammar Checker for Developers";
Expand Down

0 comments on commit d32694c

Please sign in to comment.