aubio: 0.4.7 -> 0.4.8

This commit is contained in:
Franz Pletz 2018-12-18 00:04:31 +01:00
parent 9f6c85bd5e
commit a2080299e8
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.7"; name = "aubio-0.4.8";
src = fetchurl { src = fetchurl {
url = "https://aubio.org/pub/${name}.tar.bz2"; url = "https://aubio.org/pub/${name}.tar.bz2";
sha256 = "0hd0kzfmr46am00ygxar8alrldv92c5azqy701iilfmbqpz4mvfb"; sha256 = "1fjbz1l9axscrb7dl6jv4ifhvmq1g77ihvg0bbwwfg0j3qz4gxyw";
}; };
nativeBuildInputs = [ pkgconfig python wafHook ]; nativeBuildInputs = [ pkgconfig python wafHook ];