1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

libxkbcommon: 0.4.3 -> 0.5.0

This commit is contained in:
Domen Kožar 2015-09-04 20:01:34 +02:00
parent 7ffb1f3bde
commit 86d9fa1827

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, yacc, flex, xkeyboard_config, libxcb }:
stdenv.mkDerivation rec {
name = "libxkbcommon-0.4.3";
name = "libxkbcommon-0.5.0";
src = fetchurl {
url = "http://xkbcommon.org/download/${name}.tar.xz";
sha1 = "2251adc7425c816ec7af4f1c3776a619a53293b6";
sha1 = "z9dvxrkcyb4b7f2zybgkrqb9zcxrj9vi";
};
buildInputs = [ pkgconfig yacc flex xkeyboard_config libxcb ];