sof-firmware: 2.1.1 -> 2.2

This commit is contained in:
R. Ryantm 2022-07-29 23:11:19 +00:00
parent f0df0acc16
commit 61c0473909

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