mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
xf86-video-intel: 2017-04-18 -> 2017-10-19
This commit is contained in:
parent
4bf221932e
commit
c1addcdffa
@ -563,11 +563,11 @@ in
|
|||||||
|
|
||||||
xf86videointel = attrs: attrs // {
|
xf86videointel = attrs: attrs // {
|
||||||
# the update script only works with released tarballs :-/
|
# the update script only works with released tarballs :-/
|
||||||
name = "xf86-video-intel-2017-04-18";
|
name = "xf86-video-intel-2017-10-19";
|
||||||
src = args.fetchurl {
|
src = args.fetchurl {
|
||||||
url = "http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/"
|
url = "http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/"
|
||||||
+ "c72bb27a3a68ecc616ce2dc8e9a1d20354504562.tar.gz";
|
+ "4798e18b2b2c8b0a05dc967e6140fd9962bc1a73.tar.gz";
|
||||||
sha256 = "1awxbig135nmq7qa8jzggqr4q32k6ngnal2lckrdkg7zqi40zdv8";
|
sha256 = "1zpgbibfpdassswfj68zwhhfpvd2p80rpxw92bis6lv81ssknwby";
|
||||||
};
|
};
|
||||||
buildInputs = attrs.buildInputs ++ [xorg.libXfixes xorg.libXScrnSaver xorg.pixman];
|
buildInputs = attrs.buildInputs ++ [xorg.libXfixes xorg.libXScrnSaver xorg.pixman];
|
||||||
nativeBuildInputs = attrs.nativeBuildInputs ++ [args.autoreconfHook xorg.utilmacros];
|
nativeBuildInputs = attrs.nativeBuildInputs ++ [args.autoreconfHook xorg.utilmacros];
|
||||||
|
Loading…
Reference in New Issue
Block a user