about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorJosé Luis Lafuente <jl@lafuente.me>2022-06-30 11:20:52 +0200
committerMatthieu Coudron <teto@users.noreply.github.com>2022-06-30 14:55:47 +0200
commit1316546506ad0b591a0e782172abdbc12af349a5 (patch)
tree34754a147107b6fb02403ce4ea53cd12939de3c6 /pkgs/applications/editors/neovim
parent9e106c15a4be9d1ddd057ddf9c34851ffd76cf52 (diff)
downloadnixlib-1316546506ad0b591a0e782172abdbc12af349a5.tar
nixlib-1316546506ad0b591a0e782172abdbc12af349a5.tar.gz
nixlib-1316546506ad0b591a0e782172abdbc12af349a5.tar.bz2
nixlib-1316546506ad0b591a0e782172abdbc12af349a5.tar.lz
nixlib-1316546506ad0b591a0e782172abdbc12af349a5.tar.xz
nixlib-1316546506ad0b591a0e782172abdbc12af349a5.tar.zst
nixlib-1316546506ad0b591a0e782172abdbc12af349a5.zip
neovim: 0.7.0 -> 0.7.2
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 022916c388dc..8d8618c881cd 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -26,13 +26,13 @@ let
 in
   stdenv.mkDerivation rec {
     pname = "neovim-unwrapped";
-    version = "0.7.0";
+    version = "0.7.2";
 
     src = fetchFromGitHub {
       owner = "neovim";
       repo = "neovim";
       rev = "v${version}";
-      sha256 = "sha256-eYYaHpfSaYYrLkcD81Y4rsAMYDP1IJ7fLJJepkACkA8=";
+      sha256 = "sha256-eKKQNM02Vhy+3yL2QV+0FSEpcniEa5Aq6hkAUIgLo1k=";
     };
 
     patches = [