Unverified Commit a213bf83 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

snapcast: 0.29.0 -> 0.30.0 (#375465)

parents c64c46ba 055f5603
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -20,17 +20,18 @@
  pulseaudioSupport ? false,
  libpulseaudio,
  nixosTests,
  openssl,
}:

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

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

  nativeBuildInputs = [
@@ -51,6 +52,7 @@ stdenv.mkDerivation rec {
      aixlog
      popl
      soxr
      openssl
    ]
    ++ lib.optional pulseaudioSupport libpulseaudio
    ++ lib.optional stdenv.hostPlatform.isLinux alsa-lib