Skip to content

Commit

Permalink
sof-firmware: 2024.09 -> 2024.09.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent 0bc7caf commit dc46520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/so/sof-firmware/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenvNoCC.mkDerivation rec {
pname = "sof-firmware";
version = "2024.09";
version = "2024.09.2";

src = fetchurl {
url = "https://github.com/thesofproject/sof-bin/releases/download/v${version}/sof-bin-${version}.tar.gz";
sha256 = "sha256-6kfZn4E1kAjQdhi8oQPPePgthOlAv+lBoor+B8jLxiA=";
sha256 = "sha256-huaEGlXx1tHJFQOoSCwbR128rezbYVG/oKwAldHYpSo=";
};

dontFixup = true; # binaries must not be stripped or patchelfed
Expand Down

0 comments on commit dc46520

Please sign in to comment.