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