Merge pull request #168952 from hmenke/sof

sof-firmware: 2.0 -> 2.1.1
This commit is contained in:
Artturi 2022-04-16 23:23:07 +03:00 committed by GitHub
commit 5e8ed18bac
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.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "thesofproject";
repo = "sof-bin";
rev = "v${version}";
sha256 = "sha256-pDxNcDe/l1foFYuHB0w3YZidKIeH6h0IuwRmMzeMteE=";
sha256 = "sha256-/OYYfIJWMT+rBBhSCtHaSWvwRMlReEQ5y4FuMfk5zUg=";
};
dontFixup = true; # binaries must not be stripped or patchelfed