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

sof-firmware: 2.2.4 -> 2.2.5
This commit is contained in:
Weijia Wang 2023-05-16 14:22:55 +03:00 committed by GitHub
commit 4d415b8cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
stdenvNoCC.mkDerivation rec {
pname = "sof-firmware";
version = "2.2.4";
version = "2.2.5";
src = fetchurl {
url = "https://github.com/thesofproject/sof-bin/releases/download/v${version}/sof-bin-v${version}.tar.gz";
sha256 = "sha256-zoquuhA6pWqCZiVSsPM/M6hZqhAI2L+8LCLwzPyMazo=";
sha256 = "sha256-V39FCHW9gzr5uLcW42jYc6rJE6Nd2ZbHqg9Srd3vku4=";
};
dontFixup = true; # binaries must not be stripped or patchelfed