Skip to content

Commit

Permalink
harper: 0.13.0 -> 0.14.0 (NixOS#369821)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Jan 2, 2025
2 parents e15eff4 + 79d83ef commit fd4ca2f
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.13.0";
version = "0.14.0";

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

cargoHash = "sha256-0RJ0Kpht4gqZTBdjld1Wi5r9FN5RB74KboxODmlHoko=";
cargoHash = "sha256-Gf0GJVWefZlMXpnJytAdmM/I9y7bXoCilUZs/HK0Vdw=";

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

0 comments on commit fd4ca2f

Please sign in to comment.