about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2023-12-30 15:39:00 +0100
committerGaetan Lepage <gaetan@glepage.com>2023-12-30 15:39:00 +0100
commit96496184b17453e385f0cdf7670f275ee29f2918 (patch)
treee0c0d67b1f46e3587a435a2b54c8d71eb8880a70 /pkgs/applications/editors/neovim
parent64af988b08e9c5b219205ad3c2833af4eef6c194 (diff)
neovim: 0.9.4 -> 0.9.5
Changelog: https://github.com/neovim/neovim/releases/tag/v0.9.5
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix
index d2aa619fe5a3d..60035e3f1b588 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -69,13 +69,13 @@ let
 in
   stdenv.mkDerivation rec {
     pname = "neovim-unwrapped";
-    version = "0.9.4";
+    version = "0.9.5";
 
     src = fetchFromGitHub {
       owner = "neovim";
       repo = "neovim";
       rev = "v${version}";
-      hash = "sha256-Lyo98cAs7Zhx23N4s4f3zpWFKYJMmXleWpt3wiVDQZo=";
+      hash = "sha256-CcaBqA0yFCffNPmXOJTo8c9v1jrEBiqAl8CG5Dj5YxE=";
     };
 
     patches = [