mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
tmuxPlugins.dracula: unstable-2020-06-20 -> 1.0
This commit is contained in:
parent
a9d265cd39
commit
49a82a815b
1 changed files with 3 additions and 3 deletions
|
@ -127,12 +127,12 @@ in rec {
|
|||
|
||||
dracula = mkTmuxPlugin rec {
|
||||
pluginName = "dracula";
|
||||
version = "unstable-2021-06-20";
|
||||
version = "1.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "dracula";
|
||||
repo = "tmux";
|
||||
rev = "e25e7a315787f310c2e95098cd8c735693998f89";
|
||||
sha256 = "n8LFRbljlFzb72ZsUM1Zbz6C99g5/GjMoNyADlEEVAg=";
|
||||
rev = "v${version}";
|
||||
sha256 = "YINyER/HT3L7RpTclD3UNiCRj1CL4GPCBBEUJRqUyEQ=";
|
||||
};
|
||||
meta = with lib; {
|
||||
homepage = "https://draculatheme.com/tmux";
|
||||
|
|
Loading…
Reference in a new issue