Commit 413c6199 authored by R. RyanTM's avatar R. RyanTM
Browse files

squeezelite: 2.0.0.1507 -> 2.0.0.1517

parent 82d084b9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -40,13 +40,13 @@ stdenv.mkDerivation {
  pname = binName;
  # versions are specified in `squeezelite.h`
  # see https://github.com/ralph-irving/squeezelite/issues/29
  version = "2.0.0.1507";
  version = "2.0.0.1517";

  src = fetchFromGitHub {
    owner = "ralph-irving";
    repo = "squeezelite";
    rev = "279ac086053239323f5c4df965342e3be5d10671";
    hash = "sha256-iMqBQJDy1pkGNHH2aFOtzBn9VK5x+Na4iD2vc3bppTc=";
    rev = "262994a989dc29ce3be4390c57c6a43373dfdca2";
    hash = "sha256-QmjjVbE5lQhKMt2Loq7wPV16phcEUUcdiNGdmImkoAI=";
  };

  buildInputs =