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

authored by Franz Pletz and committed by GitHub a276ebe8 771b70fa

+9 -4
+7 -2
pkgs/by-name/el/ell/package.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "ell"; 14 - version = "0.71"; 14 + version = "0.73"; 15 15 16 16 outputs = [ 17 17 "out" ··· 22 22 src = fetchgit { 23 23 url = "https://git.kernel.org/pub/scm/libs/ell/ell.git"; 24 24 rev = version; 25 - hash = "sha256-nbfWjV0zPPx2kcnD/aRaWSXUGIqrUX7Z4U45ASk5Ric="; 25 + hash = "sha256-pwAlRh+rkfPA6dXOGZcIidyCD2ioxVPSJjnyvrWuwow="; 26 26 }; 27 27 28 28 nativeBuildInputs = [ ··· 40 40 41 41 # Runs multiple dbus instances on the same port failing the bind. 42 42 enableParallelChecking = false; 43 + 44 + # 'unit/test-hwdb' fails in the sandbox as it relies on 45 + # '/etc/udev/hwdb.bin' file presence in the sandbox. `nixpkgs` does 46 + # not provide it today in any form. Let's skip the test. 47 + env.XFAIL_TESTS = "unit/test-hwdb"; 43 48 44 49 # tests sporadically fail on musl 45 50 doCheck = !stdenv.hostPlatform.isMusl;
+2 -2
pkgs/by-name/iw/iwd/package.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "iwd"; 18 - version = "3.3"; 18 + version = "3.4"; 19 19 20 20 src = fetchgit { 21 21 url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git"; 22 22 rev = version; 23 - hash = "sha256-+CoXoTlQu7ofXPueia1t1vpeH092fYBxLYB+xV4WNEs="; 23 + hash = "sha256-I7oe6FYXtyCJLEmSreeCNiO9CDg6y/sCnk4c9muq2dk="; 24 24 }; 25 25 26 26 outputs = [