Commit 3d6784a1 authored by R. RyanTM's avatar R. RyanTM
Browse files

sof-tools: 2.9 -> 2.10

parent 4496f7dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];