aboutsummaryrefslogtreecommitdiff
path: root/overlays/neovim.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2021-01-11 22:14:16 +0530
committerAkshay Nair <phenax5@gmail.com>2021-01-11 22:14:16 +0530
commit10ef9ed4d2594679c38c46703f863419c9f0ada4 (patch)
treea4421aa11cfd4a584377674c3726423597178a69 /overlays/neovim.nix
parente2aaad312bf6a58fad9d3258d7b4c65e39a06ae8 (diff)
downloadnixos-config-10ef9ed4d2594679c38c46703f863419c9f0ada4.tar.gz
nixos-config-10ef9ed4d2594679c38c46703f863419c9f0ada4.zip
upgrade
Diffstat (limited to 'overlays/neovim.nix')
-rw-r--r--overlays/neovim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/neovim.nix b/overlays/neovim.nix
index 172ed0c..d5dc704 100644
--- a/overlays/neovim.nix
+++ b/overlays/neovim.nix
@@ -9,7 +9,7 @@ self: super: {
owner = "neovim";
repo = "neovim";
rev = "nightly";
- sha256 = "0vpjdd32lgzyh85gyazqpms8vmaad6px3zx2svdxhvcdxgschqz9";
+ sha256 = "019dl8w0l2b0bk26irfgnl6dal1pisdwn1qy4b36hvij2y5mad3s";
};
nativeBuildInputs = with self.pkgs; [ unzip cmake pkgconfig gettext tree-sitter-updated ];