aubio: 0.4.4 -> 0.4.5

This commit is contained in:
Franz Pletz 2017-06-20 01:03:01 +02:00
parent 2764961b87
commit 8a00d89618
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -3,11 +3,11 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "aubio-0.4.4"; name = "aubio-0.4.5";
src = fetchurl { src = fetchurl {
url = "http://aubio.org/pub/${name}.tar.bz2"; url = "http://aubio.org/pub/${name}.tar.bz2";
sha256 = "1y5zzwv9xjc649g4xrlqnim4q7pcwgzn0xrq3ijbmm5r4ckbkk9a"; sha256 = "1xkshac4wdm7r5sc04c38d6lmvv5sk4qrb5r1yy0xgsgdx781hkh";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Library for audio labelling"; description = "Library for audio labelling";
homepage = http://aubio.org/; homepage = https://aubio.org/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ goibhniu marcweber fpletz ]; maintainers = with maintainers; [ goibhniu marcweber fpletz ];
platforms = platforms.linux; platforms = platforms.linux;