mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
tmuxPlugins.dracula: v2.1.0 -> v2.2.0
This commit is contained in:
parent
0e28518bed
commit
45974254b7
@ -198,12 +198,12 @@ in rec {
|
|||||||
|
|
||||||
dracula = mkTmuxPlugin rec {
|
dracula = mkTmuxPlugin rec {
|
||||||
pluginName = "dracula";
|
pluginName = "dracula";
|
||||||
version = "2.1.0";
|
version = "2.2.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dracula";
|
owner = "dracula";
|
||||||
repo = "tmux";
|
repo = "tmux";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "89S8LHTx2gYWj+Ejws5f6YRQgoj0rYE7ITtGtZibl30=";
|
sha256 = "9p+KO3/SrASHGtEk8ioW+BnC4cXndYx4FL0T70lKU2w=";
|
||||||
};
|
};
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://draculatheme.com/tmux";
|
homepage = "https://draculatheme.com/tmux";
|
||||||
|
Loading…
Reference in New Issue
Block a user