libxkbcommon: 1.7.0 -> 1.8.1 (#390804)

This commit is contained in:
jopejoe1
2025-03-25 12:19:25 +01:00
committed by GitHub
2 changed files with 8 additions and 6 deletions
@@ -8,7 +8,7 @@ test fails.
)
- test(
- 'x11comp',
- executable('test-x11comp', 'test/x11comp.c', dependencies: x11_test_dep),
- executable('test-x11comp', 'test/x11comp.c', dependencies: x11_xvfb_test_dep),
- env: test_env,
- is_parallel : false,
- )
+7 -5
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchurl,
fetchFromGitHub,
meson,
ninja,
pkg-config,
@@ -24,11 +24,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libxkbcommon";
version = "1.7.0";
version = "1.8.1";
src = fetchurl {
url = with finalAttrs; "https://xkbcommon.org/download/${pname}-${version}.tar.xz";
hash = "sha256-ZXgvChCktFWvnGuqtwQOL1N1IMqi7CCSgFzf02hjskc=";
src = fetchFromGitHub {
owner = "xkbcommon";
repo = "libxkbcommon";
tag = "xkbcommon-${finalAttrs.version}";
hash = "sha256-MnegPisAtev69pNV6cR4a/oLIQhijG2e6ed6mpKr5js=";
};
patches = [