mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
tmuxPlugins.dracula: unstable-2020-12-28 -> unstable-2021-2-09
This commit is contained in:
parent
5473527775
commit
774d921e13
1 changed files with 3 additions and 3 deletions
|
@ -129,12 +129,12 @@ in rec {
|
|||
|
||||
dracula = mkDerivation rec {
|
||||
pluginName = "dracula";
|
||||
version = "unstable-2020-12-28";
|
||||
version = "unstable-2021-02-09";
|
||||
src = fetchFromGitHub {
|
||||
owner = "dracula";
|
||||
repo = "tmux";
|
||||
rev = "6757a5329948f00addd66b02ea94f61dd94456f5";
|
||||
sha256 = "0wwwzg3bwcrbr2nmf84prz7k4i79yq0960vs6zjp0x8nqn2fvziy";
|
||||
rev = "d1678a5834679d98ffac1dd7a0eaecff7868ab8e";
|
||||
sha256 = "rdy5NFkh5Yl2YOTnuMKZQGRqVb2Pk8Bpq3nbJp2rCtE=";
|
||||
};
|
||||
meta = with lib; {
|
||||
homepage = "https://draculatheme.com/tmux";
|
||||
|
|
Loading…
Reference in a new issue