Unverified Commit 75682a16 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

snapcast: 0.28.0 -> 0.29.0 (#337365)

parent b7c9821d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "snapcast";
  version = "0.28.0";
  version = "0.29.0";

  src = fetchFromGitHub {
    owner  = "badaix";
    repo   = "snapcast";
    rev    = "v${version}";
    sha256 = "sha256-XxpiLojs1TI3qM7yXS+OPcHKo6pLcfJ+Eop7GjQ4HQw=";
    hash = "sha256-FWOGBXYWLHHZhvC5/BpkDd70ZupzALZ3ks3qTcrtwKQ=";
  };

  nativeBuildInputs = [ cmake pkg-config ];