Merge pull request #113656 from ethancedwards8/tmuxPlugins-dracula
tmuxPlugins.dracula: unstable-2021-02-09 -> unstable-02-18
This commit is contained in:
commit
f5b5016d80
@ -129,12 +129,12 @@ in rec {
|
|||||||
|
|
||||||
dracula = mkDerivation rec {
|
dracula = mkDerivation rec {
|
||||||
pluginName = "dracula";
|
pluginName = "dracula";
|
||||||
version = "unstable-2021-02-09";
|
version = "unstable-2021-02-18";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dracula";
|
owner = "dracula";
|
||||||
repo = "tmux";
|
repo = "tmux";
|
||||||
rev = "d1678a5834679d98ffac1dd7a0eaecff7868ab8e";
|
rev = "8d1a7fa41b773d4f7b53dfff2d9fc5166d34f104";
|
||||||
sha256 = "rdy5NFkh5Yl2YOTnuMKZQGRqVb2Pk8Bpq3nbJp2rCtE=";
|
sha256 = "DG+oKbTkYO4hwoOlOqW5IuCLdVEttlvLM2en4DUHyMY=";
|
||||||
};
|
};
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://draculatheme.com/tmux";
|
homepage = "https://draculatheme.com/tmux";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user