Merge pull request #285090 from alyssais/ffado-2.4.8

ffado: 2.4.7 -> 2.4.8
This commit is contained in:
K900 2024-01-31 09:29:05 +03:00 committed by GitHub
commit f318aa45df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,13 +24,15 @@ let
in
mkDerivation rec {
pname = "ffado";
version = "2.4.7";
version = "2.4.8";
src = fetchurl {
url = "http://www.ffado.org/files/libffado-${version}.tgz";
sha256 = "0vsn3y52g6f77lqh9qfkd7dslmb7bbgy46cv5idynx4frqscc23s";
hash = "sha256-f0x561ehKw6uMSri0RZip+v1JHZuhixtywl0PVU/N44=";
};
sourceRoot = "libffado-${version}/libffado";
prePatch = ''
substituteInPlace ./support/tools/ffado-diag.in \
--replace /lib/modules/ "/run/booted-system/kernel-modules/lib/modules/"