Merge pull request #164765 from kidonng/hydro

fishPlugins.hydro: fix meta
This commit is contained in:
Bobby Rong 2022-03-19 10:27:35 +08:00 committed by GitHub
commit d3fd560b75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,18 @@
buildFishPlugin rec { buildFishPlugin rec {
pname = "hydro"; pname = "hydro";
version = "d4875065ceea226f58ead97dd9b2417937344d6e"; version = "unstable-2022-02-21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jorgebucaran"; owner = "jorgebucaran";
repo = "hydro"; repo = "hydro";
rev = version; rev = "d4875065ceea226f58ead97dd9b2417937344d6e";
sha256 = "sha256-nXeDnqqOuZyrqGTPEQtYlFvrFvy1bZVMF4CA37b0lsE="; sha256 = "sha256-nXeDnqqOuZyrqGTPEQtYlFvrFvy1bZVMF4CA37b0lsE=";
}; };
meta = with lib; { meta = with lib; {
description = "Ultra-pure, lag-free prompt with async Git status."; description = "Ultra-pure, lag-free prompt with async Git status";
homepage = "https://github.com/jorgebucaran/hydro`"; homepage = "https://github.com/jorgebucaran/hydro";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ mrhedgehog ]; maintainers = with maintainers; [ mrhedgehog ];
}; };