diff options
| author | Akshay Nair <phenax5@gmail.com> | 2021-02-18 21:50:39 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2021-02-18 21:50:39 +0530 |
| commit | 23dc78eff4857942a1af3cdf86fddb9fb0404607 (patch) | |
| tree | 8916d9d07a85ffb2e5bd00bf697150e71a5efa4f /overlays/neovim.nix | |
| parent | a19f6041ec67e42d0e6293045e1e6afc91bc98a7 (diff) | |
| download | nixos-config-23dc78eff4857942a1af3cdf86fddb9fb0404607.tar.gz nixos-config-23dc78eff4857942a1af3cdf86fddb9fb0404607.zip | |
nvim upgrade
Diffstat (limited to 'overlays/neovim.nix')
| -rw-r--r-- | overlays/neovim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/neovim.nix b/overlays/neovim.nix index d5dc704..ee584fb 100644 --- a/overlays/neovim.nix +++ b/overlays/neovim.nix @@ -9,7 +9,7 @@ self: super: { owner = "neovim"; repo = "neovim"; rev = "nightly"; - sha256 = "019dl8w0l2b0bk26irfgnl6dal1pisdwn1qy4b36hvij2y5mad3s"; + sha256 = "05659gqaczsschrhbr9q1xbq6bgqai97jpkb2axp3rb2hxv30d1c"; }; nativeBuildInputs = with self.pkgs; [ unzip cmake pkgconfig gettext tree-sitter-updated ]; |
