about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2021-09-27 11:01:29 +0200
committerGabriel Ebner <gebner@gebner.org>2021-09-27 11:13:49 +0200
commit7005f1e6e25968de72e67a93fc8116bc8263dffb (patch)
tree1fba35c9ac655d95085b9d5923847ff522cedb39 /pkgs/applications/editors/neovim
parent66afaccb81c8db8294bbd8d5476c96bfaf33570f (diff)
downloadnixlib-7005f1e6e25968de72e67a93fc8116bc8263dffb.tar
nixlib-7005f1e6e25968de72e67a93fc8116bc8263dffb.tar.gz
nixlib-7005f1e6e25968de72e67a93fc8116bc8263dffb.tar.bz2
nixlib-7005f1e6e25968de72e67a93fc8116bc8263dffb.tar.lz
nixlib-7005f1e6e25968de72e67a93fc8116bc8263dffb.tar.xz
nixlib-7005f1e6e25968de72e67a93fc8116bc8263dffb.tar.zst
nixlib-7005f1e6e25968de72e67a93fc8116bc8263dffb.zip
neovim: 0.5.0 -> 0.5.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 9e5901cb9416..8655235f2927 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.0";
+    version = "0.5.1";
 
     src = fetchFromGitHub {
       owner = "neovim";
       repo = "neovim";
       rev = "v${version}";
-      sha256 = "0lgbf90sbachdag1zm9pmnlbn35964l3khs27qy4462qzpqyi9fi";
+      sha256 = "0b2gda9h14lvwahrr7kq3ix8wsw99g4ngy1grmhv5544n93ypcyk";
     };
 
     patches = [