squeezelite: 2.0.0.1563 -> 2.0.0.1577

This commit is contained in:
R. Ryantm
2026-06-13 19:49:29 +00:00
parent 3eb8b19b3b
commit 3764c59826
+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.1563";
version = "2.0.0.1577";
src = fetchFromGitHub {
owner = "ralph-irving";
repo = "squeezelite";
rev = "39fe3c8b1dd4e852fd8410bc480d7d709056859d";
hash = "sha256-0zBppeMSK/1m4Nxla6wdWeVPDFOUfVCaMKFHZGLqbrE=";
rev = "d0d17404467bc18326d9de94eaf3949cf8fb8f59";
hash = "sha256-mKMlm6oQdrECckBJ7Et6pehimAWd1z07BQsu1njKA50=";
};
buildInputs = [