Skip to content

Commit

Permalink
neovim: 0.3.7 -> 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rvolosatovs authored and Matthieu Coudron committed Jul 7, 2019
1 parent e485b10 commit c7a4a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/neovim/default.nix
Expand Up @@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation rec {
name = "neovim-unwrapped-${version}";
version = "0.3.7";
version = "0.3.8";

src = fetchFromGitHub {
owner = "neovim";
repo = "neovim";
rev = "v${version}";
sha256 = "1j6w5jvq5v7kf7diad91qs1acr427nidnk9s24yyrz0hwdd1c2lh";
sha256 = "15flii3p4g9f65xy9jpkb8liajrvhm5ck4j39z6d6b1nkxr6ghwb";
};

patches = [
Expand Down

0 comments on commit c7a4a0c

Please sign in to comment.