harper: 0.40.0 -> 0.41.0

Changelog: https://github.com/Automattic/harper/releases/tag/v0.41.0
This commit is contained in:
Peder Bergebakken Sundt 2025-06-08 16:37:50 +02:00
parent 32e3db8294
commit 4ac7f4bc10

View file

@ -7,18 +7,18 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "harper"; pname = "harper";
version = "0.40.0"; version = "0.41.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Automattic"; owner = "Automattic";
repo = "harper"; repo = "harper";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-QrIRfAehrKgJwAB3pWfSpIUnIwRLjuuRbTEgUpCe2LM="; hash = "sha256-o5F9gDeHFq2U9q/kRQVn4otbbQVV4tg6n5Ap7Dwm7oI=";
}; };
buildAndTestSubdir = "harper-ls"; buildAndTestSubdir = "harper-ls";
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-hkr7gNRwY+L45Efk6mWPrykj60n3ChryBKRFCC4W1Q0="; cargoHash = "sha256-KgcsLzFrN+ZDgV6cZmkUv4tUt5ko4+giHq19NjfuF74=";
passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { };