Skip to content

Commit c5c8dc4

Browse files
authored
harper: 0.34.1 -> 0.36.0 (#407598)
2 parents fcb8347 + 764ac57 commit c5c8dc4

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.34.1";
10+
version = "0.36.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "Automattic";
1414
repo = "harper";
1515
rev = "v${version}";
16-
hash = "sha256-fBAPJhB+x8cIFs6rp1nDvrtVkAKx2wuFCO7FwHOwLRM=";
16+
hash = "sha256-hCgWaGPhSDSRQ/gkepUYF5hvhM44bjsEvInJ8LSgt2A=";
1717
};
1818

1919
buildAndTestSubdir = "harper-ls";
2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-XVC2xgUwazYXVp5sx6kA+aopd9m38XlbgsLnb0D92kg=";
21+
cargoHash = "sha256-yKVVlC+dbDrKCQPYnlJPhrzfOSqVmmSfw0CAFMUG6Jg=";
2222

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

0 commit comments

Comments
 (0)