harper: 0.34.0 -> 0.34.1

Changelog: https://github.com/Automattic/harper/releases/tag/v0.34.1
This commit is contained in:
Peder Bergebakken Sundt
2025-05-09 00:52:41 +02:00
parent 02461df00d
commit a9bab8702f
+3 -3
View File
@@ -7,18 +7,18 @@
rustPlatform.buildRustPackage rec {
pname = "harper";
version = "0.34.0";
version = "0.34.1";
src = fetchFromGitHub {
owner = "Automattic";
repo = "harper";
rev = "v${version}";
hash = "sha256-19WDMDLnW/eRxeJaWASX11Z9OyK9Hq54jTYpiO2x/sI=";
hash = "sha256-fBAPJhB+x8cIFs6rp1nDvrtVkAKx2wuFCO7FwHOwLRM=";
};
buildAndTestSubdir = "harper-ls";
useFetchCargoVendor = true;
cargoHash = "sha256-eIfHUbw7lGiRqa+eUUVcT6HY8JxBh7i3RJBb8yVSM9Y=";
cargoHash = "sha256-XVC2xgUwazYXVp5sx6kA+aopd9m38XlbgsLnb0D92kg=";
passthru.updateScript = nix-update-script { };