alsa-lib: provide update script

+7 -1
+7 -1
pkgs/by-name/al/alsa-lib/package.nix
··· 5 5 alsa-topology-conf, 6 6 alsa-ucm-conf, 7 7 testers, 8 + directoryListingUpdater, 8 9 }: 9 10 10 11 stdenv.mkDerivation (finalAttrs: { ··· 36 37 "dev" 37 38 ]; 38 39 39 - passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; 40 + passthru = { 41 + tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; 42 + updateScript = directoryListingUpdater { 43 + url = "https://www.alsa-project.org/files/pub/lib/"; 44 + }; 45 + }; 40 46 41 47 meta = { 42 48 homepage = "http://www.alsa-project.org/";