Merge pull request #131111 from ethancedwards8/tmuxPlugins-dracula-2.0.0

tmuxPlugins.dracula: v1.0.1 -> v2.0.0
This commit is contained in:
Benjamin Hipple 2021-07-22 15:32:08 -04:00 committed by GitHub
commit 71b0def28a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";