mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
neovim -> 2015-06-09
This commit is contained in:
parent
e1af50c4c4
commit
ef94547093
@ -3,18 +3,18 @@
|
|||||||
, luabitop, ncurses, perl, pkgconfig, unibilium
|
, luabitop, ncurses, perl, pkgconfig, unibilium
|
||||||
, withJemalloc ? true, jemalloc }:
|
, withJemalloc ? true, jemalloc }:
|
||||||
|
|
||||||
let version = "2015-05-26"; in
|
let version = "2015-06-09"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "neovim-${version}";
|
name = "neovim-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "0sszpqlq0yp6r62zgcjcmnllc058wzzh9ccvgb2jh9k19ksszyhc";
|
sha256 = "1lycql0lwi7ynrsaln4kxybwvxb9fvganiq3ba4pnpcfgl155k1j";
|
||||||
rev = "5a9ad68b258f33ebd7fa0a5da47b308f50f1e5e7";
|
rev = "6270d431aaeed71e7a8782411f36409ab8e0ee35";
|
||||||
repo = "neovim";
|
repo = "neovim";
|
||||||
owner = "neovim";
|
owner = "neovim";
|
||||||
};
|
};
|
||||||
|
|
||||||
# FIXME: this is NOT the libvterm already in nixpkgs, but some NIH silliness:
|
# Note: this is NOT the libvterm already in nixpkgs, but some NIH silliness:
|
||||||
neovimLibvterm = let version = "2015-02-23"; in stdenv.mkDerivation rec {
|
neovimLibvterm = let version = "2015-02-23"; in stdenv.mkDerivation rec {
|
||||||
name = "neovim-libvterm-${version}";
|
name = "neovim-libvterm-${version}";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user