libxshmfence: Bump to 1.3.

Needed with glibc-2.27.
This commit is contained in:
Shea Levy 2018-03-07 05:50:35 -05:00
parent fa3c86e196
commit 0f172e971c
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27

View File

@ -271,6 +271,11 @@ in
}; };
libxshmfence = attrs: attrs // { libxshmfence = attrs: attrs // {
name = "libxshmfence-1.3";
src = args.fetchurl {
url = mirror://xorg/individual/lib/libxshmfence-1.3.tar.bz2;
sha256 = "1ir0j92mnd1nk37mrv9bz5swnccqldicgszvfsh62jd14q6k115q";
};
outputs = [ "out" "dev" ]; # mainly to avoid propagation outputs = [ "out" "dev" ]; # mainly to avoid propagation
}; };