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

snapcast: 0.34.0 -> 0.35.0 (#498616)

parents ebbc1075 5c47037a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "snapcast";
  version = "0.34.0";
  version = "0.35.0";

  src = fetchFromGitHub {
    owner = "badaix";
    repo = "snapcast";
    rev = "v${finalAttrs.version}";
    hash = "sha256-BPsAGFLWUfONuyQ1pzsJzGV/Jlxv+4TkVT1KG7j8H0s=";
    hash = "sha256-kUw4yQpCxgjP4hH2Lpxc7l+ufhYSKs7xL80aJuPrqOo=";
  };

  nativeBuildInputs = [