Merge pull request #131111 from ethancedwards8/tmuxPlugins-dracula-2.0.0
tmuxPlugins.dracula: v1.0.1 -> v2.0.0
This commit is contained in:
commit
71b0def28a
1 changed files with 2 additions and 2 deletions
|
@ -127,12 +127,12 @@ in rec {
|
|||
|
||||
dracula = mkTmuxPlugin rec {
|
||||
pluginName = "dracula";
|
||||
version = "1.0.1";
|
||||
version = "2.0.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "dracula";
|
||||
repo = "tmux";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-hq+sKA/EkiKia/31SY1zYPz/bxLuwm6sSrGlip1DULw=";
|
||||
sha256 = "ILs+GMltb2AYNUecFMyQZ/AuETB0PCFF2InSnptVBos=";
|
||||
};
|
||||
meta = with lib; {
|
||||
homepage = "https://draculatheme.com/tmux";
|
||||
|
|
Loading…
Reference in a new issue