Merge pull request #293276 from r-ryantm/auto-update/sof-firmware

sof-firmware: 2023.12 -> 2023.12.1
This commit is contained in:
Weijia Wang 2024-03-08 10:50:38 +01:00 committed by GitHub
commit e65193c59a
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 = "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