mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
ffado: 2.4.7 -> 2.4.8
This commit is contained in:
parent
97b17f3236
commit
f9272aa060
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user