aboutsummaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2021-06-05 17:46:48 +0530
committerAkshay Nair <phenax5@gmail.com>2021-06-05 17:46:48 +0530
commit43793236c10b7fa071d3383e29b0994b60ebcc37 (patch)
tree27cf01575846485f5522a4f4eb50b94cd378fbfa /overlays
parent8b23a3125bba78a5ef928666c04ae43d9cb45fec (diff)
downloadnixos-config-43793236c10b7fa071d3383e29b0994b60ebcc37.tar.gz
nixos-config-43793236c10b7fa071d3383e29b0994b60ebcc37.zip
updates neovim
Diffstat (limited to 'overlays')
-rw-r--r--overlays/neovim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/neovim.nix b/overlays/neovim.nix
index f10bad9..c97c1f9 100644
--- a/overlays/neovim.nix
+++ b/overlays/neovim.nix
@@ -12,7 +12,7 @@ self: super: {
owner = "neovim";
repo = "neovim";
rev = "nightly";
- sha256 = "1h1idmlyvydkihfr2n1bsp8c2w9jnlgvm7jqc0gmr4cvwaflcydf";
+ sha256 = "05aswlzgqjy2v6ryh9mn0gskxq12xsl31pds6r69d0hdx9hcv1sj";
};
nativeBuildInputs = with self.pkgs; [ unzip cmake pkgconfig gettext tree-sitter-updated ];