libxkbcommon: 0.6.1 -> 0.7.1

This commit is contained in:
Thomas Tuegel 2017-02-28 09:26:44 -06:00
parent 9ed232b730
commit a909329bed
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, yacc, flex, xkeyboard_config, libxcb, libX11 }:
stdenv.mkDerivation rec {
name = "libxkbcommon-0.6.1";
name = "libxkbcommon-0.7.1";
src = fetchurl {
url = "http://xkbcommon.org/download/${name}.tar.xz";
sha256 = "0q47xa1szlxwgvwmhv4b7xwawnykz1hnc431d84nj8dlh2q8f22v";
sha256 = "ba59305d2e19e47c27ea065c2e0df96ebac6a3c6e97e28ae5620073b6084e68b";
};
outputs = [ "out" "dev" ];