harper: 0.55.0 -> 0.56.0; add myself as maintainer (#431594)

* harper: 0.55.0 -> 0.56.0

Changelog: https://github.com/Automattic/harper/releases/tag/v0.56.0
Diff: https://github.com/Automattic/harper/compare/v0.55.0...v0.56.0

* add ddogfoodd as maintainer
This commit is contained in:
Jost Alemann
2025-08-09 03:45:43 +02:00
committed by GitHub
parent 7d48c901cd
commit 8b39dd562c
+4 -3
View File
@@ -7,18 +7,18 @@
rustPlatform.buildRustPackage rec {
pname = "harper";
version = "0.55.0";
version = "0.56.0";
src = fetchFromGitHub {
owner = "Automattic";
repo = "harper";
rev = "v${version}";
hash = "sha256-lqN6TW78jCfn8HUBrkf7R7FV8iFEAoeycBVsUgggZHw=";
hash = "sha256-Ih3L+wLISnoiurqPTSQns9IBuxIJCjLbS0OQjtc3n8Q=";
};
buildAndTestSubdir = "harper-ls";
cargoHash = "sha256-befFgoP1bZSH9hqrLs9MCK2YkwJb4kK4h09I5y6qmzM=";
cargoHash = "sha256-Ir7EDjN1+cFOc0Sm59LPmChbDwCuF6f17vg+5vwjEoo=";
passthru.updateScript = nix-update-script { };
@@ -30,6 +30,7 @@ rustPlatform.buildRustPackage rec {
maintainers = with lib.maintainers; [
pbsds
sumnerevans
ddogfoodd
];
mainProgram = "harper-ls";
};