Commit c3e2012f authored by R. RyanTM's avatar R. RyanTM
Browse files

sof-firmware: 2025.01 -> 2025.01.1

parent 4a8e7878
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "sof-firmware";
  version = "2025.01";
  version = "2025.01.1";

  src = fetchurl {
    url = "https://github.com/thesofproject/sof-bin/releases/download/v${version}/sof-bin-${version}.tar.gz";
    sha256 = "sha256-NNVl23V6MkUBBjF8xR84v2eWLg/It/fHLm45/YnpkmM=";
    sha256 = "sha256-o2IQ2cJF6BsNlnTWsn0f1BIpaM+SWu/FW0htNlD4gyM=";
  };

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