tmuxPlugins.dracula: 3.3.0 -> 3.3.1

Changelog: https://github.com/dracula/tmux/compare/v3.3.0...v3.3.1

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-07-05 23:19:52 -07:00
parent 9f574b0ef8
commit e549778ec1
+2 -2
View File
@@ -238,12 +238,12 @@ in
dracula = mkTmuxPlugin rec {
pluginName = "dracula";
version = "3.3.0";
version = "3.3.1";
src = fetchFromGitHub {
owner = "dracula";
repo = "tmux";
tag = "v${version}";
hash = "sha256-KHvBT8HjFZFwnpbWjW3LzXWUNOGbDgZTPncYvtIliD0=";
hash = "sha256-UFK0PJFgGIBdpjuSn3stAJ7z73FgEj0yK6F+ETRQ5f4=";
};
meta = {
homepage = "https://draculatheme.com/tmux";