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

sof-firmware: 2.2.5 -> 2.2.6
This commit is contained in:
Pol Dellaiera 2023-07-26 13:27:48 +02:00 committed by GitHub
commit 86af7da8c4
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.5";
version = "2.2.6";
src = fetchurl {
url = "https://github.com/thesofproject/sof-bin/releases/download/v${version}/sof-bin-v${version}.tar.gz";
sha256 = "sha256-V39FCHW9gzr5uLcW42jYc6rJE6Nd2ZbHqg9Srd3vku4=";
sha256 = "sha256-kyLCp2NtAoRcOyaYTVirj3jWP/THZtCEwxlqWF4ACQU=";
};
dontFixup = true; # binaries must not be stripped or patchelfed