Skip to content

Commit

Permalink
neovim: 0.5.1 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3d authored and teto committed Dec 1, 2021
1 parent b431408 commit fc48d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit fc48d18

Please sign in to comment.