sof-firmware: replace src.sha256 with src.hash

This commit is contained in:
Mikael Voss 2025-04-24 15:01:07 +02:00
parent 0317b15adf
commit 54e960363a
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://github.com/thesofproject/sof-bin/releases/download/v${finalAttrs.version}/sof-bin-${finalAttrs.version}.tar.gz";
sha256 = "sha256-o2IQ2cJF6BsNlnTWsn0f1BIpaM+SWu/FW0htNlD4gyM=";
hash = "sha256-o2IQ2cJF6BsNlnTWsn0f1BIpaM+SWu/FW0htNlD4gyM=";
};
dontFixup = true; # binaries must not be stripped or patchelfed