nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

alsa-firmware: provide update script

+5
+5
pkgs/by-name/al/alsa-firmware/package.nix
··· 5 5 autoreconfHook, 6 6 fetchurl, 7 7 fetchpatch, 8 + directoryListingUpdater, 8 9 }: 9 10 10 11 stdenv.mkDerivation (finalAttrs: { ··· 47 46 # remove empty dir 48 47 rm -rf $out/bin 49 48 ''; 49 + 50 + passthru.updateScript = directoryListingUpdater { 51 + url = "https://alsa-project.org/files/pub/firmware/"; 52 + }; 50 53 51 54 meta = { 52 55 homepage = "http://www.alsa-project.org/";