libopenaptx: 0.2.0 -> 0.2.1
This commit is contained in:
parent
25d6184741
commit
23e4d82e4c
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue