sof-tools: 2.14.2 -> 2.14.3

This commit is contained in:
R. Ryantm
2026-01-31 21:48:35 +00:00
parent 4fcece76d5
commit 0a17d57ea8
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sof-tools";
version = "2.14.2";
version = "2.14.3";
src = fetchFromGitHub {
owner = "thesofproject";
repo = "sof";
tag = "v${finalAttrs.version}";
hash = "sha256-1LLpmcwz0NYhJ9eCeuQWCwjROPptS6MWq+LkkN4Bsek=";
hash = "sha256-eFK00qQ2BAajxWDl2La2+8Lj6GUUfeUAFhK5TC4XkCM=";
};
postPatch = ''