Skip to content

Commit 7a5d50b

Browse files
committed
1 parent c16a6c8 commit 7a5d50b

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

1212
src = fetchFromGitHub {
1313
owner = "Automattic";
1414
repo = "harper";
1515
rev = "v${version}";
16-
hash = "sha256-6W1NFZ5wRL3RxNYbgRH4qCSDNwOc3uQFeFujffusjGo=";
16+
hash = "sha256-QLTDL+iczBeKxEnvdPeGsMQeLPocJVyDVYyRbgBa5Cs=";
1717
};
1818

1919
buildAndTestSubdir = "harper-ls";
2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-PKqLf7UrtQp8pLIJbFgZ53iW+So6Yq7cpETARsnMFvI=";
21+
cargoHash = "sha256-k0xBDhW+1J1bqBic+3KLt1D84Ehv9KnVvvDIkx4AlS0=";
2222

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

0 commit comments

Comments
 (0)