sof-firmware: 2024.03 -> 2024.06 (#328215)

This commit is contained in:
Nick Cao 2024-09-08 09:41:47 -04:00 committed by GitHub
commit 13f904f2b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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