Merge pull request #73027 from colemickens/nixpkgs-libxkbcommon

libxkbcommon: 0.8.4 -> 0.10.0
This commit is contained in:
worldofpeace 2020-01-30 19:37:39 -05:00 committed by GitHub
commit 89cf4af145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libxkbcommon";
version = "0.8.4";
version = "0.10.0";
src = fetchurl {
url = "https://xkbcommon.org/download/${pname}-${version}.tar.xz";
sha256 = "12vc91ydhphd5sddz15560r41l7k0i7mq6nma8kkbzdp6bwwzpb0";
sha256 = "1wmnl0hngn6vrqrya4r8hvimlkr4jag39yjprls4gyrqvh667hsp";
};
outputs = [ "out" "dev" "doc" ];