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 5e55257..3e8e6c5 100644
--- a/overlays/neovim.nix
+++ b/overlays/neovim.nix
@@ -1,5 +1,5 @@
let
- rev = "95727f7d4ebe43435c826ab618933198ab30effe"; # "master" (6th Aug 2025)
+ rev = "928308a20559523bb3898861a6f28e9589ab3a0e"; # (19 Sept 2025)
in
import (builtins.fetchTarball {
url = "https://github.com/nix-community/neovim-nightly-overlay/archive/${rev}.tar.gz";