sof-firmware: 2023.12.1 -> 2024.03

This commit is contained in:
R. Ryantm 2024-04-03 01:13:40 +00:00
parent ce93557538
commit 3d4d109385

View File

@ -5,11 +5,11 @@
stdenvNoCC.mkDerivation rec {
pname = "sof-firmware";
version = "2023.12.1";
version = "2024.03";
src = fetchurl {
url = "https://github.com/thesofproject/sof-bin/releases/download/v${version}/sof-bin-${version}.tar.gz";
sha256 = "sha256-6ied38mcWxHWNPH10jN/bVwNw4HOMxR5D3tVDkCI5nQ=";
sha256 = "sha256-T9ky97vBUXsG+nkR5tVmgU1dxP7FYIvbROfE/kkp+/Y=";
};
dontFixup = true; # binaries must not be stripped or patchelfed