squeezelite: 2.0.0.1577 -> 2.0.0.1584 (#546471)

This commit is contained in:
Adam C. Stephens
2026-07-28 00:25:20 +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.1577";
version = "2.0.0.1584";
src = fetchFromGitHub {
owner = "ralph-irving";
repo = "squeezelite";
rev = "d0d17404467bc18326d9de94eaf3949cf8fb8f59";
hash = "sha256-mKMlm6oQdrECckBJ7Et6pehimAWd1z07BQsu1njKA50=";
rev = "e1028f3cd058789c12b765d68b82e8b3b0b43a7b";
hash = "sha256-FKO+5oYQhufN8kMIYYvoskR43BBjqI0fK70/jLH0Oj4=";
};
buildInputs = [