squeezelite: 1.9.9.1419 -> 1.9.9.1428

This commit is contained in:
Adam Stephens 2023-04-05 18:46:13 -04:00
parent 84c63f9e2f
commit e23e82abcf
No known key found for this signature in database

View File

@ -34,13 +34,13 @@ stdenv.mkDerivation {
pname = binName;
# versions are specified in `squeezelite.h`
# see https://github.com/ralph-irving/squeezelite/issues/29
version = "1.9.9.1419";
version = "1.9.9.1428";
src = fetchFromGitHub {
owner = "ralph-irving";
repo = "squeezelite";
rev = "226efa300c4cf037e8486bad635e9deb3104636f";
hash = "sha256-ZZWliw1prFbBZMFp0QmXg6MKuHPNuFh2lFxQ8bbuWAM=";
rev = "74fe7934ec60cc31565f088796f56e911f51679c";
hash = "sha256-85Pz6psyK3VXOIrINcoIeHZT5j9UfJqWIxTavwqHx04=";
};
buildInputs = [ flac libmad libvorbis mpg123 ]