Merge pull request #202243 from adamcstephens/squeezelite-1414

squeezelite: 1.9.9.1411 -> 1.9.9.1414
This commit is contained in:
Mario Rodas 2022-11-29 20:24:58 -05:00 committed by GitHub
commit fab454ed59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.1411";
version = "1.9.9.1414";
src = fetchFromGitHub {
owner = "ralph-irving";
repo = "squeezelite";
rev = "ca44fc6e258bb413d6281d927063b25940f42e5c";
hash = "sha256-aZ+2nyy6tK3VwgTCWGoNaU4//kkHUzd6DZSfTEIgbvY=";
rev = "dbe69eb8aa88f644cfb46541d6cef72fa666570d";
hash = "sha256-BN6eBHMMecucfHwzmho3xi1l2O3YnYcBUE321Rl6xrc=";
};
buildInputs = [ flac libmad libvorbis mpg123 ]