3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #150512 from hmenke/sof

sof-firmware: 1.9.2 -> 1.9.3
This commit is contained in:
Bobby Rong 2021-12-16 20:50:55 +08:00 committed by GitHub
commit 79a85e0c64
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 = "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