sof-tools: 2.9 -> 2.10

This commit is contained in:
R. Ryantm 2024-07-18 15:01:46 +00:00
parent 4496f7dd0b
commit 3d6784a1ad

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 ];