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: b2d5a5b7ded1
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b561092f59e7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 22, 2019

  1. Copy the full SHA
    fccea6b View commit details

Commits on Apr 23, 2019

  1. Merge pull request #60017 from dywedir/libvterm-neovim

    libvterm-neovim: 2017-11-05 -> 2018-11-26
    adisbladis authored Apr 23, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b561092 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/development/libraries/libvterm-neovim/default.nix
8 changes: 4 additions & 4 deletions pkgs/development/libraries/libvterm-neovim/default.nix
Original file line number Diff line number Diff line change
@@ -5,14 +5,14 @@
}:

stdenv.mkDerivation rec {
name = "neovim-libvterm-${version}";
version = "2017-11-05";
pname = "libvterm-neovim";
version = "2018-11-26";

src = fetchFromGitHub {
owner = "neovim";
repo = "libvterm";
rev = "4ca7ebf7d25856e90bc9d9cc49412e80be7c4ea8";
sha256 = "05kyvvz8af90mvig11ya5xd8f4mbvapwyclyrihm9lwas706lzf6";
rev = "f600f523545b7d4018ebf320e3273795dbe43c8a";
sha256 = "08lxd8xs9cg4axgq6bkb7afjxg3s29s1a3niqqm4wjb7iyi2jx5b";
};

buildInputs = [ perl ];