Merge pull request #318275 from NixOS/revert-317396-fix-ffado-hash

Revert "ffado: fix hash, see https://ffado.org/posts/ffado-2.4.8-tarball_fix/"
This commit is contained in:
Nick Cao 2024-06-08 09:24:19 -04:00 committed by GitHub
commit bc71b5b23e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,9 +29,11 @@ mkDerivation rec {
src = fetchurl {
url = "http://www.ffado.org/files/libffado-${version}.tgz";
hash = "sha256-0iFXYyGctOoHCdc232Ud80/wV81tiS7ItiS0uLKyq2Y=";
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/"