lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Wolfgang Walther and committed by
GitHub
a662fda0 d768a899

+2 -2
+2 -2
pkgs/by-name/so/sof-firmware/package.nix
··· 7 7 8 8 stdenvNoCC.mkDerivation (finalAttrs: { 9 9 pname = "sof-firmware"; 10 - version = "2025.05"; 10 + version = "2025.05.1"; 11 11 12 12 src = fetchurl { 13 13 url = "https://github.com/thesofproject/sof-bin/releases/download/v${finalAttrs.version}/sof-bin-${finalAttrs.version}.tar.gz"; 14 - hash = "sha256-4vJgOw04x8vbFnKQGGP7+EtNtJIfQFlSojaRXLioa8w="; 14 + hash = "sha256-YNVOrjJpQzKiEgt8ROSvQDoU/h/fTFjXKYEQKxkdJZw="; 15 15 }; 16 16 17 17 dontFixup = true; # binaries must not be stripped or patchelfed