Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3dd8e8e7faa8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b763f39ce5ff
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 23, 2019

  1. neovim: 0.4.2 -> 0.4.3

    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    matthiasbeyer committed Nov 23, 2019
    Copy the full SHA
    44465d3 View commit details
  2. Merge pull request #73983 from matthiasbeyer/update-neovim

    neovim: 0.4.2 -> 0.4.3
    Ma27 authored Nov 23, 2019
    Copy the full SHA
    b763f39 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/editors/neovim/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/editors/neovim/default.nix
Original file line number Diff line number Diff line change
@@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation rec {
pname = "neovim-unwrapped";
version = "0.4.2";
version = "0.4.3";

src = fetchFromGitHub {
owner = "neovim";
repo = "neovim";
rev = "v${version}";
sha256 = "13w446plvgl219lhj29jyimhiqvs1y1byrz4qpdmxgyddmx9xqss";
sha256 = "03p7pic7hw9yxxv7fbgls1f42apx3lik2k6mpaz1a109ngyc5kaj";
};

patches = [