squeezelite: 2.0.0.1488 -> 2.0.0.1504 (#358354)

This commit is contained in:
Nick Cao 2024-11-23 09:11:57 -05:00 committed by GitHub
commit 65e3a64b30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,13 +40,13 @@ stdenv.mkDerivation {
pname = binName;
# versions are specified in `squeezelite.h`
# see https://github.com/ralph-irving/squeezelite/issues/29
version = "2.0.0.1488";
version = "2.0.0.1504";
src = fetchFromGitHub {
owner = "ralph-irving";
repo = "squeezelite";
rev = "0e85ddfd79337cdc30b7d29922b1d790600bb6b4";
hash = "sha256-FGqo/c74JN000w/iRnvYUejqnYGDzHNZu9pEmR7yR3s=";
rev = "54e39690d9882d56c56fbdced4661abce7d8beff";
hash = "sha256-+NjCykWlru8y1Iy3uLvO87NcoFvcggCaEnajXRxKYno=";
};
buildInputs =