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.
2 parents fcb8347 + 764ac57 commit c5c8dc4Copy full SHA for c5c8dc4
pkgs/by-name/ha/harper/package.nix
@@ -7,18 +7,18 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "harper";
10
- version = "0.34.1";
+ version = "0.36.0";
11
12
src = fetchFromGitHub {
13
owner = "Automattic";
14
repo = "harper";
15
rev = "v${version}";
16
- hash = "sha256-fBAPJhB+x8cIFs6rp1nDvrtVkAKx2wuFCO7FwHOwLRM=";
+ hash = "sha256-hCgWaGPhSDSRQ/gkepUYF5hvhM44bjsEvInJ8LSgt2A=";
17
};
18
19
buildAndTestSubdir = "harper-ls";
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-XVC2xgUwazYXVp5sx6kA+aopd9m38XlbgsLnb0D92kg=";
+ cargoHash = "sha256-yKVVlC+dbDrKCQPYnlJPhrzfOSqVmmSfw0CAFMUG6Jg=";
22
23
passthru.updateScript = nix-update-script { };
24
0 commit comments