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