mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
tmuxPlugins.nord: init at 0.3.0
This commit is contained in:
parent
f6e70564fc
commit
9583f5295e
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue