Skip to content

Commit 5449da7

Browse files
authored
harper: 0.27.0 -> 0.28.0 (#396106)
2 parents 5344c14 + af20fc2 commit 5449da7

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

1212
src = fetchFromGitHub {
1313
owner = "Automattic";
1414
repo = "harper";
1515
rev = "v${version}";
16-
hash = "sha256-y1DjkHGTXQPLot/sdUQ6nP3cf29yFJa1vUjlQQTcUwY=";
16+
hash = "sha256-g+noAc+vKli2T8C2EAK4ejw/2DWZPhtKbezyt53iHYg=";
1717
};
1818

1919
buildAndTestSubdir = "harper-ls";
2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-1ofAsWckkI1AvMat28ZqWLZh2dHwalBW7kw7tBrebQ8=";
21+
cargoHash = "sha256-Ql1WdwDnXBC4JHO/uzJJlacQC44bOaHo2i3M9atjf3I=";
2222

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

0 commit comments

Comments
 (0)