mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
xkbcomp: 1.3.0 -> 1.3.1
This commit is contained in:
parent
4da7935a8e
commit
f9f3b47c72
|
@ -1968,11 +1968,11 @@ let
|
|||
}) // {inherit inputproto libX11 libXext libXi libXinerama libXrandr ;};
|
||||
|
||||
xkbcomp = (mkDerivation "xkbcomp" {
|
||||
name = "xkbcomp-1.3.0";
|
||||
name = "xkbcomp-1.3.1";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/app/xkbcomp-1.3.0.tar.bz2;
|
||||
sha256 = "0aibcbhhjlwcrxh943xg2dswwx5bz1x0pmhs28b55gzsg0vrgb6g";
|
||||
url = mirror://xorg/individual/app/xkbcomp-1.3.1.tar.bz2;
|
||||
sha256 = "0gcjy70ppmcl610z8gxc7sydsx93f8cm8pggm4qhihaa1ngdq103";
|
||||
};
|
||||
buildInputs = [pkgconfig libX11 libxkbfile xproto ];
|
||||
}) // {inherit libX11 libxkbfile xproto ;};
|
||||
|
|
Loading…
Reference in a new issue