Merge pull request #198139 from adamcstephens/squeezelite-1411
squeezelite: 1.9.9.1403 -> 1.9.9.1411
This commit is contained in:
commit
3afe44bb58
@ -281,6 +281,13 @@
|
|||||||
githubId = 124545;
|
githubId = 124545;
|
||||||
name = "Anthony Cowley";
|
name = "Anthony Cowley";
|
||||||
};
|
};
|
||||||
|
adamcstephens = {
|
||||||
|
email = "happy.plan4249@valkor.net";
|
||||||
|
matrix = "@adam:valkor.net";
|
||||||
|
github = "adamcstephens";
|
||||||
|
githubId = 2071575;
|
||||||
|
name = "Adam C. Stephens";
|
||||||
|
};
|
||||||
adamlwgriffiths = {
|
adamlwgriffiths = {
|
||||||
email = "adam.lw.griffiths@gmail.com";
|
email = "adam.lw.griffiths@gmail.com";
|
||||||
github = "adamlwgriffiths";
|
github = "adamlwgriffiths";
|
||||||
|
@ -34,13 +34,13 @@ stdenv.mkDerivation {
|
|||||||
pname = binName;
|
pname = binName;
|
||||||
# versions are specified in `squeezelite.h`
|
# versions are specified in `squeezelite.h`
|
||||||
# see https://github.com/ralph-irving/squeezelite/issues/29
|
# see https://github.com/ralph-irving/squeezelite/issues/29
|
||||||
version = "1.9.9.1403";
|
version = "1.9.9.1411";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ralph-irving";
|
owner = "ralph-irving";
|
||||||
repo = "squeezelite";
|
repo = "squeezelite";
|
||||||
rev = "bc72c0de3fff771540a2a45aaafafed539387b3c";
|
rev = "ca44fc6e258bb413d6281d927063b25940f42e5c";
|
||||||
hash = "sha256-205i61mbeQG2MzSE9NtPHSuNeyMbjZzbZVCFFzjqKqQ=";
|
hash = "sha256-aZ+2nyy6tK3VwgTCWGoNaU4//kkHUzd6DZSfTEIgbvY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ flac libmad libvorbis mpg123 ]
|
buildInputs = [ flac libmad libvorbis mpg123 ]
|
||||||
@ -82,7 +82,7 @@ stdenv.mkDerivation {
|
|||||||
description = "Lightweight headless squeezebox client emulator";
|
description = "Lightweight headless squeezebox client emulator";
|
||||||
homepage = "https://github.com/ralph-irving/squeezelite";
|
homepage = "https://github.com/ralph-irving/squeezelite";
|
||||||
license = with licenses; [ gpl3Plus ] ++ optional dsdSupport bsd2;
|
license = with licenses; [ gpl3Plus ] ++ optional dsdSupport bsd2;
|
||||||
maintainers = with maintainers; [ samdoshi ];
|
maintainers = with maintainers; [ adamcstephens ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user