ell: 0.71 -> 0.72, iwd: 3.3 -> 3.4 (#382128)

This commit is contained in:
Franz Pletz
2025-04-15 09:28:30 +02:00
committed by GitHub
2 changed files with 9 additions and 4 deletions
+7 -2
View File
@@ -11,7 +11,7 @@
stdenv.mkDerivation rec {
pname = "ell";
version = "0.71";
version = "0.73";
outputs = [
"out"
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/ell/ell.git";
rev = version;
hash = "sha256-nbfWjV0zPPx2kcnD/aRaWSXUGIqrUX7Z4U45ASk5Ric=";
hash = "sha256-pwAlRh+rkfPA6dXOGZcIidyCD2ioxVPSJjnyvrWuwow=";
};
nativeBuildInputs = [
@@ -41,6 +41,11 @@ stdenv.mkDerivation rec {
# Runs multiple dbus instances on the same port failing the bind.
enableParallelChecking = false;
# 'unit/test-hwdb' fails in the sandbox as it relies on
# '/etc/udev/hwdb.bin' file presence in the sandbox. `nixpkgs` does
# not provide it today in any form. Let's skip the test.
env.XFAIL_TESTS = "unit/test-hwdb";
# tests sporadically fail on musl
doCheck = !stdenv.hostPlatform.isMusl;
+2 -2
View File
@@ -15,12 +15,12 @@
stdenv.mkDerivation rec {
pname = "iwd";
version = "3.3";
version = "3.4";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
rev = version;
hash = "sha256-+CoXoTlQu7ofXPueia1t1vpeH092fYBxLYB+xV4WNEs=";
hash = "sha256-I7oe6FYXtyCJLEmSreeCNiO9CDg6y/sCnk4c9muq2dk=";
};
outputs = [