sof-firmware: 2.0 -> 2.1.1

main
Henri Menke 2 years ago
parent 36873851dc
commit 0b478f9069
No known key found for this signature in database
GPG Key ID: FB7AD61E3D806382
  1. 4
      pkgs/os-specific/linux/firmware/sof-firmware/default.nix

@ -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

Loading…
Cancel
Save