Skip to content

Commit feeaf59

Browse files
committed
harper: 0.51.0 -> 0.52.0
Signed-off-by: Sumner Evans <[email protected]>
1 parent ac08a24 commit feeaf59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ha/harper/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "harper";
10-
version = "0.51.0";
10+
version = "0.52.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "Automattic";
1414
repo = "harper";
1515
rev = "v${version}";
16-
hash = "sha256-jMifo0vhcCFY8DTuqRYzz483R2NGOWeWr1SR7xkTM/s=";
16+
hash = "sha256-Mwgdombfc01Ss8Sy/pMwHNWeI1lxC1riFql9FtqaBmY=";
1717
};
1818

1919
buildAndTestSubdir = "harper-ls";
2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-PSyJ9EDmxevU/b3xWZS3eqQPfcQ7Us/Bi6SA7WB70J4=";
21+
cargoHash = "sha256-aOajrh2NZShP1vXSUEDzY1ULTeMs8dY+BDIspCi1BfY=";
2222

2323
passthru.updateScript = nix-update-script { };
2424

0 commit comments

Comments
 (0)