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

snapcast: 0.33.0 -> 0.34.0 (#448757)

parents a33331b2 e0252ec3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@

stdenv.mkDerivation rec {
  pname = "snapcast";
  version = "0.33.0";
  version = "0.34.0";

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

  nativeBuildInputs = [