squeezelite: 2.0.0.1561 -> 2.0.0.1563 (#512323)

This commit is contained in:
Adam C. Stephens
2026-04-22 11:33:28 +00:00
committed by GitHub
+3 -3
View File
@@ -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 = [