Merge pull request #98246 from hongchangwu/tmuxPlugins.tmux

tmuxPlugins.nord: init at 0.3.0
This commit is contained in:
Anderson Torres 2020-09-19 04:09:29 -03:00 committed by GitHub
commit 198cd8ecc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 { maildir-counter = mkDerivation {
pluginName = "maildir-counter"; pluginName = "maildir-counter";
version = "unstable-2016-11-25"; version = "unstable-2016-11-25";