squeezelite: 2.0.0.1556 -> 2.0.0.1561

This commit is contained in:
R. Ryantm 2026-03-03 14:30:56 +00:00
parent 109d6c9890
commit af78b8bb05

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.1556";
version = "2.0.0.1561";
src = fetchFromGitHub {
owner = "ralph-irving";
repo = "squeezelite";
rev = "6d571de8fa6dfff23a5a0cbb2c81b402d2c30c31";
hash = "sha256-rwiRZaadku4xAAQiloghnmMtRlflgGJ8prEUQJsuR8c=";
rev = "e977d1045f5f4c1a51ba0d66387f26fd19a2f42a";
hash = "sha256-VY9iMGUgI+VCoadYYnfB8GUItjl/U/hh1pV2yu41miE=";
};
buildInputs = [