tmuxPlugins.dotbar: 0.3.2 -> 0.3.3

This commit is contained in:
R. Ryantm
2026-07-03 16:20:44 +00:00
parent d114360723
commit 6ea660a048
+2 -2
View File
@@ -258,12 +258,12 @@ in
dotbar = mkTmuxPlugin rec {
pluginName = "dotbar";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "vaaleyard";
repo = "tmux-dotbar";
tag = version;
hash = "sha256-WaRKepmPqiE+W8Tm0dBc6hGiqqZP122eXjrG0rJnt0w=";
hash = "sha256-CAKEN8Sk3t0nonV2R9df/DFTTUrVnbso0ZVGgeeGINM=";
};
meta = {
homepage = "https://github.com/vaaleyard/tmux-dotbar";