Unverified Commit 4def26f6 authored by Daniel Schaefer's avatar Daniel Schaefer Committed by GitHub
Browse files

sof-firmware: 2025.05.1 -> 2025.12.2 (#473276)

parents 41f80e21 eac124d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "sof-firmware";
  version = "2025.05.1";
  version = "2025.12.2";

  src = fetchurl {
    url = "https://github.com/thesofproject/sof-bin/releases/download/v${finalAttrs.version}/sof-bin-${finalAttrs.version}.tar.gz";
    hash = "sha256-YNVOrjJpQzKiEgt8ROSvQDoU/h/fTFjXKYEQKxkdJZw=";
    hash = "sha256-Uz9j46bZTAnOBaeCZXtnX6aD/yB4fAl5Imz1Y+x59Rc=";
  };

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