Merge pull request #328202 from r-ryantm/auto-update/sof-tools

sof-tools: 2.9 -> 2.10
This commit is contained in:
Sebastián Mancilla 2024-08-15 22:41:35 -04:00 committed by GitHub
commit 1288d7e2d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sof-tools";
version = "2.9";
version = "2.10";
src = fetchFromGitHub {
owner = "thesofproject";
repo = "sof";
rev = "v${version}";
hash = "sha256-AOBJtC40Lu1gWM8w/Vs/nc540bisg58m+qH16F1e6jY=";
hash = "sha256-VmP0z3q1P8LqQ+ELZGkI7lEXGiMYdAPvS8Lbwv6dUyk=";
};
nativeBuildInputs = [ cmake ];