Unverified Commit 1288d7e2 authored by Sebastián Mancilla's avatar Sebastián Mancilla Committed by GitHub
Browse files

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

sof-tools: 2.9 -> 2.10
parents 5bd502f7 3d6784a1
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 ];