We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5d50b commit 02461dfCopy full SHA for 02461df
pkgs/by-name/ha/harper/package.nix
@@ -7,18 +7,18 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "harper";
10
- version = "0.33.0";
+ version = "0.34.0";
11
12
src = fetchFromGitHub {
13
owner = "Automattic";
14
repo = "harper";
15
rev = "v${version}";
16
- hash = "sha256-QLTDL+iczBeKxEnvdPeGsMQeLPocJVyDVYyRbgBa5Cs=";
+ hash = "sha256-19WDMDLnW/eRxeJaWASX11Z9OyK9Hq54jTYpiO2x/sI=";
17
};
18
19
buildAndTestSubdir = "harper-ls";
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-k0xBDhW+1J1bqBic+3KLt1D84Ehv9KnVvvDIkx4AlS0=";
+ cargoHash = "sha256-eIfHUbw7lGiRqa+eUUVcT6HY8JxBh7i3RJBb8yVSM9Y=";
22
23
passthru.updateScript = nix-update-script { };
24
0 commit comments