alsa-firmware: provide update script
This commit is contained in:
parent
4095abd64e
commit
fb25d73b02
@ -5,6 +5,7 @@
|
||||
autoreconfHook,
|
||||
fetchurl,
|
||||
fetchpatch,
|
||||
directoryListingUpdater,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@ -47,6 +48,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
rm -rf $out/bin
|
||||
'';
|
||||
|
||||
passthru.updateScript = directoryListingUpdater {
|
||||
url = "https://alsa-project.org/files/pub/firmware/";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.alsa-project.org/";
|
||||
description = "Soundcard firmwares from the alsa project";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user