sof-firmware: 2025.01.1 -> 2025.05

This commit is contained in:
R. Ryantm 2025-06-16 11:49:29 +00:00
parent a8cf52487b
commit 8c910f0910

View File

@ -7,11 +7,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "sof-firmware";
version = "2025.01.1";
version = "2025.05";
src = fetchurl {
url = "https://github.com/thesofproject/sof-bin/releases/download/v${finalAttrs.version}/sof-bin-${finalAttrs.version}.tar.gz";
hash = "sha256-o2IQ2cJF6BsNlnTWsn0f1BIpaM+SWu/FW0htNlD4gyM=";
hash = "sha256-4vJgOw04x8vbFnKQGGP7+EtNtJIfQFlSojaRXLioa8w=";
};
dontFixup = true; # binaries must not be stripped or patchelfed