Skip to content

Commit

Permalink
harper: 0.12.0 -> 0.13.0 (#369538)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Dec 31, 2024
2 parents 746b5af + 4ba90bd commit 6af97ac
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.12.0";
version = "0.13.0";

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

cargoHash = "sha256-S3N9cn8Y4j5epvndvivgKyhjQQ5mNg89iSOlOx1Jmo0=";
cargoHash = "sha256-0RJ0Kpht4gqZTBdjld1Wi5r9FN5RB74KboxODmlHoko=";

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

0 comments on commit 6af97ac

Please sign in to comment.