squeezelite: 2.0.0.1488 -> 2.0.0.1504

This commit is contained in:
R. Ryantm 2024-11-23 08:55:47 +00:00
parent d440628dda
commit 096089fe47

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 =