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

sof-firmware: 2.1.1 -> 2.2
This commit is contained in:
Bobby Rong 2022-07-30 16:52:51 +08:00 committed by GitHub
commit 86029a016d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation rec {
pname = "sof-firmware";
version = "2.1.1";
version = "2.2";
src = fetchFromGitHub {
owner = "thesofproject";
repo = "sof-bin";
rev = "v${version}";
sha256 = "sha256-/OYYfIJWMT+rBBhSCtHaSWvwRMlReEQ5y4FuMfk5zUg=";
sha256 = "sha256-/gjGTDOXJ0vz/MH2hlistS3X3Euqf8T6TLnD1A2SBYo=";
};
dontFixup = true; # binaries must not be stripped or patchelfed