harper: 0.21.1 -> 0.22.0 (#383185)

Co-authored-by: sumnerevans <sumnerevans@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-19 15:43:24 +00:00
committed by GitHub
co-authored by sumnerevans
+3 -3
View File
@@ -7,18 +7,18 @@
rustPlatform.buildRustPackage rec {
pname = "harper";
version = "0.21.1";
version = "0.22.0";
src = fetchFromGitHub {
owner = "Automattic";
repo = "harper";
rev = "v${version}";
hash = "sha256-UTohTnIUMpyQGvkuOD2L7bViF3b5QnbDjRD4VSmf4lE=";
hash = "sha256-MwShWO1XXV2Ln70+w5KGPDChtnAOhsa2fENTNql3bo4=";
};
buildAndTestSubdir = "harper-ls";
useFetchCargoVendor = true;
cargoHash = "sha256-wHXo4yfFc77osCamK0NidbrIYyIFMEpfBr0B6aniBmQ=";
cargoHash = "sha256-+rtFGD/go5W+RCpE0+3Tkb2TbwzH8J2nl0/VkipSjI0=";
passthru.updateScript = nix-update-script { };