sof-firmware: 1.9.2 -> 1.9.3

This commit is contained in:
Henri Menke 2021-12-13 09:55:40 +01:00
parent 5a32f24cd8
commit c802431094
No known key found for this signature in database
GPG key ID: FB7AD61E3D806382

View file

@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation rec {
pname = "sof-firmware";
version = "1.9.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "thesofproject";
repo = "sof-bin";
rev = "v${version}";
sha256 = "sha256-aEoLlP34rorllCdTneATlCHnmhJD/VABV9Uv4dDmShA=";
sha256 = "sha256-mQGwc0nwjku9ZxcFy8H4QiBLETkAeyqYvFzBHtK8/DY=";
};
dontFixup = true; # binaries must not be stripped or patchelfed