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 c16a6c8 commit 7a5d50bCopy full SHA for 7a5d50b
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.33.0";
11
12
src = fetchFromGitHub {
13
owner = "Automattic";
14
repo = "harper";
15
rev = "v${version}";
16
- hash = "sha256-6W1NFZ5wRL3RxNYbgRH4qCSDNwOc3uQFeFujffusjGo=";
+ hash = "sha256-QLTDL+iczBeKxEnvdPeGsMQeLPocJVyDVYyRbgBa5Cs=";
17
};
18
19
buildAndTestSubdir = "harper-ls";
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-PKqLf7UrtQp8pLIJbFgZ53iW+So6Yq7cpETARsnMFvI=";
+ cargoHash = "sha256-k0xBDhW+1J1bqBic+3KLt1D84Ehv9KnVvvDIkx4AlS0=";
22
23
passthru.updateScript = nix-update-script { };
24
0 commit comments