mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
xorg.xf86videor128: 6.12.1 -> 6.13.0
Diff: https://gitlab.freedesktop.org/xorg/driver/xf86-video-r128/-/compare/xf86-video-r128-6.12.1...xf86-video-r128-6.13.0
(cherry picked from commit 3848778b3c
)
This commit is contained in:
parent
4a2eb2b757
commit
a24bbc04f8
@ -3238,11 +3238,11 @@ self: with self; {
|
|||||||
# THIS IS A GENERATED FILE. DO NOT EDIT!
|
# THIS IS A GENERATED FILE. DO NOT EDIT!
|
||||||
xf86videor128 = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libdrm, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: {
|
xf86videor128 = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libdrm, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "xf86-video-r128";
|
pname = "xf86-video-r128";
|
||||||
version = "6.12.1";
|
version = "6.13.0";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://xorg/individual/driver/xf86-video-r128-6.12.1.tar.xz";
|
url = "mirror://xorg/individual/driver/xf86-video-r128-6.13.0.tar.xz";
|
||||||
sha256 = "0hf7h54wxgs8njavp0kgadjq1787fhbd588j7pj685hz2wmkq0kx";
|
sha256 = "0igpfgls5nx4sz8a7yppr42qi37prqmxsy08zqbxbv81q9dfs2zj";
|
||||||
};
|
};
|
||||||
hardeningDisable = [ "bindnow" "relro" ];
|
hardeningDisable = [ "bindnow" "relro" ];
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
@ -107,7 +107,7 @@ mirror://xorg/individual/driver/xf86-video-nv-2.1.23.tar.xz
|
|||||||
mirror://xorg/individual/driver/xf86-video-omap-0.4.5.tar.bz2
|
mirror://xorg/individual/driver/xf86-video-omap-0.4.5.tar.bz2
|
||||||
mirror://xorg/individual/driver/xf86-video-openchrome-0.6.0.tar.bz2
|
mirror://xorg/individual/driver/xf86-video-openchrome-0.6.0.tar.bz2
|
||||||
mirror://xorg/individual/driver/xf86-video-qxl-0.1.6.tar.xz
|
mirror://xorg/individual/driver/xf86-video-qxl-0.1.6.tar.xz
|
||||||
mirror://xorg/individual/driver/xf86-video-r128-6.12.1.tar.xz
|
mirror://xorg/individual/driver/xf86-video-r128-6.13.0.tar.xz
|
||||||
mirror://xorg/individual/driver/xf86-video-rendition-4.2.7.tar.bz2
|
mirror://xorg/individual/driver/xf86-video-rendition-4.2.7.tar.bz2
|
||||||
mirror://xorg/individual/driver/xf86-video-s3virge-1.11.1.tar.xz
|
mirror://xorg/individual/driver/xf86-video-s3virge-1.11.1.tar.xz
|
||||||
mirror://xorg/individual/driver/xf86-video-savage-2.4.1.tar.xz
|
mirror://xorg/individual/driver/xf86-video-savage-2.4.1.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user