tmuxPlugins.nord: init at 0.3.0

gstqt5
Hongchang Wu 2020-09-18 20:37:12 -04:00
parent f6e70564fc
commit 9583f5295e
1 changed files with 11 additions and 0 deletions

View File

@ -184,6 +184,17 @@ in rec {
};
};
nord = mkDerivation rec {
pluginName = "nord";
version = "0.3.0";
src = pkgs.fetchFromGitHub {
owner = "arcticicestudio";
repo = "nord-tmux";
rev = "v${version}";
sha256 = "14xhh49izvjw4ycwq5gx4if7a0bcnvgsf3irywc3qps6jjcf5ymk";
};
};
maildir-counter = mkDerivation {
pluginName = "maildir-counter";
version = "unstable-2016-11-25";