tmuxPlugins.dracula: v2.1.0 -> v2.2.0

This commit is contained in:
Raja Bhatia 2023-08-08 16:01:33 -04:00
parent 0e28518bed
commit 45974254b7
No known key found for this signature in database
GPG Key ID: 3A649EA04732C8C5

View File

@ -198,12 +198,12 @@ in rec {
dracula = mkTmuxPlugin rec {
pluginName = "dracula";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
owner = "dracula";
repo = "tmux";
rev = "v${version}";
sha256 = "89S8LHTx2gYWj+Ejws5f6YRQgoj0rYE7ITtGtZibl30=";
sha256 = "9p+KO3/SrASHGtEk8ioW+BnC4cXndYx4FL0T70lKU2w=";
};
meta = with lib; {
homepage = "https://draculatheme.com/tmux";