about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2022-01-01 03:10:27 +0530
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-31 14:21:40 -0800
commit9d6d1a474b946c98168bf7fee9e4185ed11cfd8f (patch)
tree4e28c7745d32301728b8b35427659d691b18b62b /pkgs/applications/editors/neovim
parent5d299522f25ac8320e6489029b74ac9a0d2ef922 (diff)
downloadnixlib-9d6d1a474b946c98168bf7fee9e4185ed11cfd8f.tar
nixlib-9d6d1a474b946c98168bf7fee9e4185ed11cfd8f.tar.gz
nixlib-9d6d1a474b946c98168bf7fee9e4185ed11cfd8f.tar.bz2
nixlib-9d6d1a474b946c98168bf7fee9e4185ed11cfd8f.tar.lz
nixlib-9d6d1a474b946c98168bf7fee9e4185ed11cfd8f.tar.xz
nixlib-9d6d1a474b946c98168bf7fee9e4185ed11cfd8f.tar.zst
nixlib-9d6d1a474b946c98168bf7fee9e4185ed11cfd8f.zip
neovim: 0.6.0 -> 0.6.1
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 b44fc98722e9..412a6f724956 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -32,13 +32,13 @@ let
 in
   stdenv.mkDerivation rec {
     pname = "neovim-unwrapped";
-    version = "0.6.0";
+    version = "0.6.1";
 
     src = fetchFromGitHub {
       owner = "neovim";
       repo = "neovim";
       rev = "v${version}";
-      sha256 = "sha256-mVVZiDjAsAs4PgC8lHf0Ro1uKJ4OKonoPtF59eUd888=";
+      sha256 = "sha256-0XCW047WopPr3pRTy9rF3Ff6MvNRHT4FletzOERD41A=";
     };
 
     patches = [