Unverified Commit fb25d73b authored by Mikael Voss's avatar Mikael Voss
Browse files

alsa-firmware: provide update script

parent 4095abd6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";