tmuxPlugins.dracula: v2.0.0 -> v2.1.0
This commit is contained in:
parent
24757871eb
commit
0628c3de99
@ -198,12 +198,12 @@ in rec {
|
|||||||
|
|
||||||
dracula = mkTmuxPlugin rec {
|
dracula = mkTmuxPlugin rec {
|
||||||
pluginName = "dracula";
|
pluginName = "dracula";
|
||||||
version = "2.0.0";
|
version = "2.1.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dracula";
|
owner = "dracula";
|
||||||
repo = "tmux";
|
repo = "tmux";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "ILs+GMltb2AYNUecFMyQZ/AuETB0PCFF2InSnptVBos=";
|
sha256 = "89S8LHTx2gYWj+Ejws5f6YRQgoj0rYE7ITtGtZibl30=";
|
||||||
};
|
};
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://draculatheme.com/tmux";
|
homepage = "https://draculatheme.com/tmux";
|
||||||
|
Loading…
Reference in New Issue
Block a user