aubio: 0.4.4 -> 0.4.5

Changed files
+3 -3
pkgs
development
libraries
aubio
+3 -3
pkgs/development/libraries/aubio/default.nix
··· 3 }: 4 5 stdenv.mkDerivation rec { 6 - name = "aubio-0.4.4"; 7 8 src = fetchurl { 9 url = "http://aubio.org/pub/${name}.tar.bz2"; 10 - sha256 = "1y5zzwv9xjc649g4xrlqnim4q7pcwgzn0xrq3ijbmm5r4ckbkk9a"; 11 }; 12 13 nativeBuildInputs = [ pkgconfig ]; ··· 21 22 meta = with stdenv.lib; { 23 description = "Library for audio labelling"; 24 - homepage = http://aubio.org/; 25 license = licenses.gpl2; 26 maintainers = with maintainers; [ goibhniu marcweber fpletz ]; 27 platforms = platforms.linux;
··· 3 }: 4 5 stdenv.mkDerivation rec { 6 + name = "aubio-0.4.5"; 7 8 src = fetchurl { 9 url = "http://aubio.org/pub/${name}.tar.bz2"; 10 + sha256 = "1xkshac4wdm7r5sc04c38d6lmvv5sk4qrb5r1yy0xgsgdx781hkh"; 11 }; 12 13 nativeBuildInputs = [ pkgconfig ]; ··· 21 22 meta = with stdenv.lib; { 23 description = "Library for audio labelling"; 24 + homepage = https://aubio.org/; 25 license = licenses.gpl2; 26 maintainers = with maintainers; [ goibhniu marcweber fpletz ]; 27 platforms = platforms.linux;