diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index dc6f8eca59b5..85dfc9c1f008 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -281,6 +281,13 @@ githubId = 124545; name = "Anthony Cowley"; }; + adamcstephens = { + email = "happy.plan4249@valkor.net"; + matrix = "@adam:valkor.net"; + github = "adamcstephens"; + githubId = 2071575; + name = "Adam C. Stephens"; + }; adamlwgriffiths = { email = "adam.lw.griffiths@gmail.com"; github = "adamlwgriffiths"; diff --git a/pkgs/applications/audio/squeezelite/default.nix b/pkgs/applications/audio/squeezelite/default.nix index e13a791ccbbc..f5f1feacb00c 100644 --- a/pkgs/applications/audio/squeezelite/default.nix +++ b/pkgs/applications/audio/squeezelite/default.nix @@ -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.1403"; + version = "1.9.9.1411"; src = fetchFromGitHub { owner = "ralph-irving"; repo = "squeezelite"; - rev = "bc72c0de3fff771540a2a45aaafafed539387b3c"; - hash = "sha256-205i61mbeQG2MzSE9NtPHSuNeyMbjZzbZVCFFzjqKqQ="; + rev = "ca44fc6e258bb413d6281d927063b25940f42e5c"; + hash = "sha256-aZ+2nyy6tK3VwgTCWGoNaU4//kkHUzd6DZSfTEIgbvY="; }; buildInputs = [ flac libmad libvorbis mpg123 ] @@ -82,7 +82,7 @@ stdenv.mkDerivation { description = "Lightweight headless squeezebox client emulator"; homepage = "https://github.com/ralph-irving/squeezelite"; license = with licenses; [ gpl3Plus ] ++ optional dsdSupport bsd2; - maintainers = with maintainers; [ samdoshi ]; + maintainers = with maintainers; [ adamcstephens ]; platforms = platforms.linux; }; }