Skip to content

Instantly share code, notes, and snippets.

@d-goldin
Created November 26, 2019 12:07
alsa-firmware
nixpkgs.overlays = [
(self: super: {
alsa-firmware = super.alsa-firmware.overrideAttrs (old: rec {
name = "alsa-firmware-1.2.1";
src = super.fetchurl {
url = "mirror://alsa/firmware/${name}.tar.bz2";
sha256 = "1aq8z8ajpjvcx7bwhwp36bh5idzximyn77ygk3ifs0my3mbpr8mf";
};
});
})
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment