mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 23:03:41 +00:00
Revert "ffado: fix hash, see https://ffado.org/posts/ffado-2.4.8-tarball_fix/"
This commit is contained in:
parent
42cb6fb3bb
commit
96f4c83a71
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user