sof-firmware: 2024.06 -> 2024.09

This commit is contained in:
R. Ryantm 2024-10-04 06:38:33 +00:00
parent 73bed75dbd
commit fccc486a86

View File

@ -5,11 +5,11 @@
stdenvNoCC.mkDerivation rec {
pname = "sof-firmware";
version = "2024.06";
version = "2024.09";
src = fetchurl {
url = "https://github.com/thesofproject/sof-bin/releases/download/v${version}/sof-bin-${version}.tar.gz";
sha256 = "sha256-WByjKFu1aDeolUlT9inr3c5kQVK2c+zUu/rhUEMG19Y=";
sha256 = "sha256-6kfZn4E1kAjQdhi8oQPPePgthOlAv+lBoor+B8jLxiA=";
};
dontFixup = true; # binaries must not be stripped or patchelfed