sof-firmware: 2023.12 -> 2023.12.1

This commit is contained in:
R. Ryantm 2024-03-04 15:03:00 +00:00
parent 9b4937d421
commit b16ae5ef82

View File

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