aboutsummaryrefslogtreecommitdiff
path: root/overlays/neovim.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-03-03 23:15:35 +0530
committerAkshay Nair <phenax5@gmail.com>2022-03-03 23:15:35 +0530
commit6094a9fa1548a1b6ca510d0707f1d317121f75ea (patch)
tree0610ae5a52e2c55268e410b15622352ff27350c0 /overlays/neovim.nix
parente160c24728bad4076f148b0a31de92f88df365d8 (diff)
downloadnixos-config-6094a9fa1548a1b6ca510d0707f1d317121f75ea.tar.gz
nixos-config-6094a9fa1548a1b6ca510d0707f1d317121f75ea.zip
config sync
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 c97c1f9..2cf8b5a 100644
--- a/overlays/neovim.nix
+++ b/overlays/neovim.nix
@@ -12,7 +12,7 @@ self: super: {
owner = "neovim";
repo = "neovim";
rev = "nightly";
- sha256 = "05aswlzgqjy2v6ryh9mn0gskxq12xsl31pds6r69d0hdx9hcv1sj";
+ sha256 = "145mzl1pzqy0ic9gm0322z9ssvbyj0v9xiqs7k0wmi8b0590xg8s";
};
nativeBuildInputs = with self.pkgs; [ unzip cmake pkgconfig gettext tree-sitter-updated ];