Skip to content

Commit 02461df

Browse files
committed
1 parent 7a5d50b commit 02461df

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

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

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

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

0 commit comments

Comments
 (0)