From b7dc9eb31c45d0d231b0e0d88db12567545733aa Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Fri, 14 Nov 2025 19:47:12 +0100 Subject: [PATCH] harper: 0.71.0 -> 0.72.0 Changelog: https://github.com/Automattic/harper/releases/tag/v0.72.0 Diff: https://github.com/Automattic/harper/compare/v0.71.0...v0.72.0 --- .../vscode/extensions/elijah-potter.harper/default.nix | 2 +- pkgs/by-name/ha/harper/package.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/elijah-potter.harper/default.nix b/pkgs/applications/editors/vscode/extensions/elijah-potter.harper/default.nix index 171d6038515f..bfc13059a2cb 100644 --- a/pkgs/applications/editors/vscode/extensions/elijah-potter.harper/default.nix +++ b/pkgs/applications/editors/vscode/extensions/elijah-potter.harper/default.nix @@ -13,7 +13,7 @@ vscode-utils.buildVscodeMarketplaceExtension { name = "harper"; publisher = "elijah-potter"; version = harper.version; - hash = "sha256-ldXQKAJX8YQVjtGjKRom14fNuA6ZwDwpPusbjS+4G+I="; + hash = "sha256-EznDi2q/ufpgTqkaO8KpNwi8KUqK2k+4d/pNtZppfT0="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/ha/harper/package.nix b/pkgs/by-name/ha/harper/package.nix index 037379706c85..ec75a0da7aa9 100644 --- a/pkgs/by-name/ha/harper/package.nix +++ b/pkgs/by-name/ha/harper/package.nix @@ -8,7 +8,7 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "harper"; - version = "0.71.0"; + version = "0.72.0"; src = fetchFromGitHub { owner = "Automattic"; @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage (finalAttrs: { buildAndTestSubdir = "harper-ls"; - cargoHash = "sha256-hS8fLWD3OTfEAa+4saeB9pK3zS/EQSnoQSUGIkVWocw="; + cargoHash = "sha256-oZUYU3ZR9i6DlcolYshPq24vvrMeDUhDjh5RbbZlwtI="; passthru.updateScript = nix-update-script { };