Merge pull request #107552 from ethancedwards8/bump-tmuxPlugins-dracula

tmuxPlugins.dracula: unstable-2020-12-2 -> unstable-2020-12-28
This commit is contained in:
Sandro 2020-12-30 19:27:11 +01:00 committed by GitHub
commit ecf9b8b97d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";