Unverified Commit a662fda0 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

sof-firmware: 2025.05 -> 2025.05.1 (#437440)

parents d768a899 79da947b
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";
  version = "2025.05.1";

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

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