Unverified Commit 799f6c0c authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

squeezelite: 2.0.0.1561 -> 2.0.0.1563 (#512323)

parents 7fbd9aa0 1d6c5f71
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -39,13 +39,13 @@ stdenv.mkDerivation {
  pname = binName;
  # versions are specified in `squeezelite.h`
  # see https://github.com/ralph-irving/squeezelite/issues/29
  version = "2.0.0.1561";
  version = "2.0.0.1563";

  src = fetchFromGitHub {
    owner = "ralph-irving";
    repo = "squeezelite";
    rev = "e977d1045f5f4c1a51ba0d66387f26fd19a2f42a";
    hash = "sha256-VY9iMGUgI+VCoadYYnfB8GUItjl/U/hh1pV2yu41miE=";
    rev = "39fe3c8b1dd4e852fd8410bc480d7d709056859d";
    hash = "sha256-0zBppeMSK/1m4Nxla6wdWeVPDFOUfVCaMKFHZGLqbrE=";
  };

  buildInputs = [