tmuxPlugins.power-theme: unstable-2020-11-18 -> unstable-2024-05-12

https://github.com/wfxr/tmux-power
This commit is contained in:
Redyf 2024-05-12 18:29:06 -03:00
parent 44f2049e2f
commit 6d5dbe79a4

View File

@ -496,12 +496,18 @@ in rec {
power-theme = mkTmuxPlugin { power-theme = mkTmuxPlugin {
pluginName = "power"; pluginName = "power";
rtpFilePath = "tmux-power.tmux"; rtpFilePath = "tmux-power.tmux";
version = "unstable-2020-11-18"; version = "unstable-2024-05-12";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "wfxr"; owner = "wfxr";
repo = "tmux-power"; repo = "tmux-power";
rev = "aec44aa5e00cc39eb71c668b1d73823270058e7d"; rev = "16bbde801378a70512059541d104c5ae35be32b9";
sha256 = "11nm8cylx10d565g17acy0bj12n6dcbxp71zca2bmg0j1dq859cm"; hash = "sha256-IyYQyIONMnVBwhhcI3anOPxKpv2TfI2KZgJ5o5JtZ8I=";
};
meta = with lib; {
description = "Tmux powerline theme";
homepage = "https://github.com/wfxr/tmux-power";
license = licenses.mit;
platforms = platforms.unix;
}; };
}; };