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 02461df commit a9bab87Copy full SHA for a9bab87
pkgs/by-name/ha/harper/package.nix
@@ -7,18 +7,18 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "harper";
10
- version = "0.34.0";
+ version = "0.34.1";
11
12
src = fetchFromGitHub {
13
owner = "Automattic";
14
repo = "harper";
15
rev = "v${version}";
16
- hash = "sha256-19WDMDLnW/eRxeJaWASX11Z9OyK9Hq54jTYpiO2x/sI=";
+ hash = "sha256-fBAPJhB+x8cIFs6rp1nDvrtVkAKx2wuFCO7FwHOwLRM=";
17
};
18
19
buildAndTestSubdir = "harper-ls";
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-eIfHUbw7lGiRqa+eUUVcT6HY8JxBh7i3RJBb8yVSM9Y=";
+ cargoHash = "sha256-XVC2xgUwazYXVp5sx6kA+aopd9m38XlbgsLnb0D92kg=";
22
23
passthru.updateScript = nix-update-script { };
24
0 commit comments