sof-tools: 2.14 -> 2.14.2

This commit is contained in:
R. Ryantm
2026-01-25 00:22:59 +00:00
parent 055fdf03b0
commit 5c98be4c59
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sof-tools";
version = "2.14";
version = "2.14.2";
src = fetchFromGitHub {
owner = "thesofproject";
repo = "sof";
tag = "v${finalAttrs.version}";
hash = "sha256-Y3byJmoANVeilJpO82aljBZas/6u6VqfynYl0csW1as=";
hash = "sha256-1LLpmcwz0NYhJ9eCeuQWCwjROPptS6MWq+LkkN4Bsek=";
};
postPatch = ''