forked from mirrors/nixpkgs
xorg xcb-util-wm: minor update
This commit is contained in:
parent
48811001c4
commit
b27477054f
|
@ -1180,11 +1180,11 @@ let
|
|||
})) // {inherit gperf m4 libxcb xproto ;};
|
||||
|
||||
xcbutilwm = (stdenv.mkDerivation ((if overrides ? xcbutilwm then overrides.xcbutilwm else x: x) {
|
||||
name = "xcb-util-wm-0.3.9";
|
||||
name = "xcb-util-wm-0.4.0";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://xcb.freedesktop.org/dist/xcb-util-wm-0.3.9.tar.bz2;
|
||||
sha256 = "0c30fj33gvwzwhyz1dhsfwni0ai16bxpvxb4l6c6s7vvj7drp3q3";
|
||||
url = http://xcb.freedesktop.org/dist/xcb-util-wm-0.4.0.tar.bz2;
|
||||
sha256 = "07zmlaaqkasihmkfwcac4wclb8zws915inz57y3kr3frywc7ryb6";
|
||||
};
|
||||
buildInputs = [pkgconfig gperf m4 libxcb xproto ];
|
||||
})) // {inherit gperf m4 libxcb xproto ;};
|
||||
|
|
|
@ -5,5 +5,5 @@ http://xcb.freedesktop.org/dist/xcb-util-0.3.9.tar.bz2
|
|||
http://xcb.freedesktop.org/dist/xcb-util-image-0.3.9.tar.bz2
|
||||
http://xcb.freedesktop.org/dist/xcb-util-keysyms-0.3.9.tar.bz2
|
||||
http://xcb.freedesktop.org/dist/xcb-util-renderutil-0.3.8.tar.bz2
|
||||
http://xcb.freedesktop.org/dist/xcb-util-wm-0.3.9.tar.bz2
|
||||
http://xcb.freedesktop.org/dist/xcb-util-wm-0.4.0.tar.bz2
|
||||
http://xorg.freedesktop.org/releases/individual/util/util-macros-1.17.tar.bz2
|
||||
|
|
Loading…
Reference in a new issue