about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorThiago Franco de Moraes <totonixsame@gmail.com>2022-04-15 21:53:13 -0300
committerMatthieu Coudron <teto@users.noreply.github.com>2022-04-16 10:39:52 +0200
commit0e9bebed0c0ed6f15d7c6873df57d463297eb02f (patch)
treee49cfe00e589abb73b8b6924f7484e420c071790 /pkgs/applications/editors/neovim
parent70d0e2456857dc10dd7d2654277fc1dd8d8cc216 (diff)
downloadnixlib-0e9bebed0c0ed6f15d7c6873df57d463297eb02f.tar
nixlib-0e9bebed0c0ed6f15d7c6873df57d463297eb02f.tar.gz
nixlib-0e9bebed0c0ed6f15d7c6873df57d463297eb02f.tar.bz2
nixlib-0e9bebed0c0ed6f15d7c6873df57d463297eb02f.tar.lz
nixlib-0e9bebed0c0ed6f15d7c6873df57d463297eb02f.tar.xz
nixlib-0e9bebed0c0ed6f15d7c6873df57d463297eb02f.tar.zst
nixlib-0e9bebed0c0ed6f15d7c6873df57d463297eb02f.zip
neovim: 0.6.0 -> 0.7.0
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 e06096933c97..b4858b21eeed 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -25,13 +25,13 @@ let
 in
   stdenv.mkDerivation rec {
     pname = "neovim-unwrapped";
-    version = "0.6.1";
+    version = "0.7.0";
 
     src = fetchFromGitHub {
       owner = "neovim";
       repo = "neovim";
       rev = "v${version}";
-      sha256 = "sha256-0XCW047WopPr3pRTy9rF3Ff6MvNRHT4FletzOERD41A=";
+      sha256 = "sha256-eYYaHpfSaYYrLkcD81Y4rsAMYDP1IJ7fLJJepkACkA8=";
     };
 
     patches = [