aboutsummaryrefslogtreecommitdiff
path: root/overlays/neovim.nix
diff options
context:
space:
mode:
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 3e8e6c5..39f5e06 100644
--- a/overlays/neovim.nix
+++ b/overlays/neovim.nix
@@ -1,5 +1,5 @@
let
- rev = "928308a20559523bb3898861a6f28e9589ab3a0e"; # (19 Sept 2025)
+ rev = "14a21b492d6acd79495b14c9d127a94b77c0b72c"; # (24 Dec 2025)
in
import (builtins.fetchTarball {
url = "https://github.com/nix-community/neovim-nightly-overlay/archive/${rev}.tar.gz";