1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

aubio: 0.4.8 -> 0.4.9

This commit is contained in:
Franz Pletz 2019-02-11 22:41:15 +01:00
parent e2460a9d41
commit 96dc784335
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "aubio-0.4.8";
name = "aubio-0.4.9";
src = fetchurl {
url = "https://aubio.org/pub/${name}.tar.bz2";
sha256 = "1fjbz1l9axscrb7dl6jv4ifhvmq1g77ihvg0bbwwfg0j3qz4gxyw";
sha256 = "1npks71ljc48w6858l9bq30kaf5nph8z0v61jkfb70xb9np850nl";
};
nativeBuildInputs = [ pkgconfig python wafHook ];