Merge pull request #302003 from r-ryantm/auto-update/squeezelite

squeezelite: 2.0.0.1476 -> 2.0.0.1481
This commit is contained in:
Adam C. Stephens 2024-04-06 07:19:35 -04:00 committed by GitHub
commit 7a4d4a55fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -45,13 +45,13 @@ stdenv.mkDerivation {
pname = binName;
# versions are specified in `squeezelite.h`
# see https://github.com/ralph-irving/squeezelite/issues/29
version = "2.0.0.1476";
version = "2.0.0.1481";
src = fetchFromGitHub {
owner = "ralph-irving";
repo = "squeezelite";
rev = "7bba683e26f84b7dccc6ef5f40762a67b4f63606";
hash = "sha256-iRrZRnSIp8NbZ/Pi8WoQjyeBgxoU0mchNEf00W1Gsvo=";
rev = "c751ef146265c243cdbd7c0353dd0b70ab51730c";
hash = "sha256-wvHIKOTi/a5tdn7E4SnUrDz3htvyZQMJeQFa+24OKwI=";
};
buildInputs = [ flac libmad libvorbis mpg123 ]