tmuxPlugins.dracula: unstable-2020-12-2 -> unstable-2020-12-24

This commit is contained in:
Ethan Edwards 2020-12-24 18:46:06 -05:00
parent ae46445e62
commit ebd7f86dd8

View file

@ -129,12 +129,12 @@ in rec {
dracula = mkDerivation rec {
pluginName = "dracula";
version = "unstable-2020-12-2";
version = "unstable-2020-12-28";
src = fetchFromGitHub {
owner = "dracula";
repo = "tmux";
rev = "cc310e585acbeaf3304eda662476f7f657010b01";
sha256 = "003nbv2rz2ihyqf3ryvdwn43ly0gi5z2r0pnqr9s9vw8dmwx0r3x";
rev = "6757a5329948f00addd66b02ea94f61dd94456f5";
sha256 = "0wwwzg3bwcrbr2nmf84prz7k4i79yq0960vs6zjp0x8nqn2fvziy";
};
meta = with stdenv.lib; {
homepage = "https://draculatheme.com/tmux";