fishPlugins.hydro: add HigherOrderLogic as maintainer; add update script (#514271)

This commit is contained in:
isabel
2026-06-25 21:11:40 +00:00
committed by GitHub
+4 -1
View File
@@ -2,6 +2,7 @@
lib,
buildFishPlugin,
fetchFromGitHub,
unstableGitUpdater,
}:
buildFishPlugin {
@@ -15,10 +16,12 @@ buildFishPlugin {
hash = "sha256-8ixve1ws80q5jNdKoooL25Lk7qopVitCMVTucW490fU=";
};
passthru.updateScript = unstableGitUpdater { };
meta = {
description = "Ultra-pure, lag-free prompt with async Git status";
homepage = "https://github.com/jorgebucaran/hydro";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [ higherorderlogic ];
};
}