xorg.xinit: 1.3.4 -> 1.4.0

Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.0 with grep in /nix/store/bxyqz9d31nzmjxahn97f60706ck895sw-xinit-1.4.0
- directory tree listing: https://gist.github.com/6f82742b7f83f4fcd6fddb1da6311b84
This commit is contained in:
Ryan Mulligan 2018-03-21 08:20:58 -07:00 committed by obadz
parent 3a3b34dbcc
commit ba144aa630

@ -2396,11 +2396,11 @@ let
}) // {inherit ;};
xinit = (mkDerivation "xinit" {
name = "xinit-1.3.4";
name = "xinit-1.4.0";
builder = ./builder.sh;
src = fetchurl {
url = mirror://xorg/individual/app/xinit-1.3.4.tar.bz2;
sha256 = "1cq2g469mb2cfgr8k57960yrn90bl33vfqri4pdh2zm0jxrqvn3m";
url = mirror://xorg/individual/app/xinit-1.4.0.tar.bz2;
sha256 = "1vw2wlg74ig52naw0cha3pgzcwwk25l834j42cg8m5zmybp3a213";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libX11 xproto ];