libopenaptx: 0.2.0 -> 0.2.1

This commit is contained in:
R. RyanTM 2021-08-14 12:03:52 +00:00 committed by Bobby Rong
parent 25d6184741
commit 23e4d82e4c
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libopenaptx"; pname = "libopenaptx";
version = "0.2.0"; version = "0.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pali"; owner = "pali";
repo = "libopenaptx"; repo = "libopenaptx";
rev = version; rev = version;
sha256 = "nTpw4vWgJ765FM6Es3SzaaaZr0YDydXglb0RWLbiigI="; sha256 = "sha256-4FYKxw1U+efCfzKOPSDJH8a/dG0KV+anJDgxjqzD80k=";
}; };
makeFlags = [ makeFlags = [
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Audio Processing Technology codec (aptX)"; description = "Audio Processing Technology codec (aptX)";
license = licenses.lgpl21Plus; license = licenses.gpl3Plus;
homepage = "https://github.com/pali/libopenaptx"; homepage = "https://github.com/pali/libopenaptx";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ orivej ]; maintainers = with maintainers; [ orivej ];