mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
pixman: 0.32.8 -> 0.34.0 (security release)
This commit is contained in:
parent
e3ecee8b13
commit
e5bd913ea5
@ -1,11 +1,11 @@
|
||||
{ fetchurl, stdenv, pkgconfig, libpng, glib /*just passthru*/ }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pixman-0.32.8";
|
||||
name = "pixman-0.34.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://xorg/individual/lib/${name}.tar.bz2";
|
||||
sha1 = "5c57045622265b877c9bf02d531973eadf942140";
|
||||
sha256 = "184lazwdpv67zrlxxswpxrdap85wminh1gmq1i5lcz6iycw39fir";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optional stdenv.isDarwin ./fix-clang36.patch;
|
||||
|
Loading…
Reference in New Issue
Block a user