From 2e6520acf9b8d8d0050070315c2c97d1ad85c2e5 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 18 Oct 2022 07:45:47 +0200 Subject: [PATCH] Downgrade phpactor As newer versions seem to be to slow for me --- home/programs/neovim/nix-plugins/phpactor.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/programs/neovim/nix-plugins/phpactor.nix b/home/programs/neovim/nix-plugins/phpactor.nix index 347b1fc..3aa1c76 100644 --- a/home/programs/neovim/nix-plugins/phpactor.nix +++ b/home/programs/neovim/nix-plugins/phpactor.nix @@ -10,10 +10,10 @@ vimUtils.buildVimPluginFrom2Nix rec { pname = "phpactor"; - version = "382bac189528b216715e9bc750f8160ac69b6d10"; + version = "3e7cb48b0ca429f92bcd57c236c39f170e9d23b1"; src = fetchurl { url = "https://daniel-siepmann.de/fileadmin/${pname}-${version}.tar.gz"; - sha256 = "sha256-/L76wrSKZFfHfYyrOX9yj4SjmF19a0S/Hu2+HDMlh20="; + sha256 = "sha256-JX6aLuzmJ4rrcG0FNgzt2zITmnRrpitUI591oPn+fhY="; }; nativeBuildInputs = [