summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2021-11-30 18:46:00 +0100
committerMatthieu Coudron <teto@users.noreply.github.com>2021-12-01 10:11:17 +0100
commitfc48d182bc6e58e8c4c210a7e142c3b1c67c8d1c (patch)
tree7852afd4ba89279b2519a5ac5ae9e53d250775fe
parentb4314083d0dcee91c0f655bf6e4e39f41618530f (diff)
downloadnixpkgs-fc48d182bc6e58e8c4c210a7e142c3b1c67c8d1c.tar
nixpkgs-fc48d182bc6e58e8c4c210a7e142c3b1c67c8d1c.tar.gz
nixpkgs-fc48d182bc6e58e8c4c210a7e142c3b1c67c8d1c.tar.bz2
nixpkgs-fc48d182bc6e58e8c4c210a7e142c3b1c67c8d1c.tar.lz
nixpkgs-fc48d182bc6e58e8c4c210a7e142c3b1c67c8d1c.tar.xz
nixpkgs-fc48d182bc6e58e8c4c210a7e142c3b1c67c8d1c.tar.zst
nixpkgs-fc48d182bc6e58e8c4c210a7e142c3b1c67c8d1c.zip
neovim: 0.5.1 -> 0.6.0
-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 6a55e7c8e39..b44fc98722e 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.5.1";
+    version = "0.6.0";
 
     src = fetchFromGitHub {
       owner = "neovim";
       repo = "neovim";
       rev = "v${version}";
-      sha256 = "0b2gda9h14lvwahrr7kq3ix8wsw99g4ngy1grmhv5544n93ypcyk";
+      sha256 = "sha256-mVVZiDjAsAs4PgC8lHf0Ro1uKJ4OKonoPtF59eUd888=";
     };
 
     patches = [