summary refs log tree commit diff
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2014-02-17 23:43:11 +0100
committerCillian de Róiste <goibhniu@fsfe.org>2014-02-18 21:28:07 +0100
commit134e65b15054ede94f30f78dd811a530633f2c0e (patch)
treeb893d5a25c557a98c80c58af087a0298514bbaf0
parent2539acf351537b34ce3c7ba7ba7e7e3c45ea1f1e (diff)
downloadnixlib-134e65b15054ede94f30f78dd811a530633f2c0e.tar
nixlib-134e65b15054ede94f30f78dd811a530633f2c0e.tar.gz
nixlib-134e65b15054ede94f30f78dd811a530633f2c0e.tar.bz2
nixlib-134e65b15054ede94f30f78dd811a530633f2c0e.tar.lz
nixlib-134e65b15054ede94f30f78dd811a530633f2c0e.tar.xz
nixlib-134e65b15054ede94f30f78dd811a530633f2c0e.tar.zst
nixlib-134e65b15054ede94f30f78dd811a530633f2c0e.zip
aubio: update from 0.3.2 to 0.4.0
-rw-r--r--pkgs/development/libraries/aubio/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/aubio/default.nix b/pkgs/development/libraries/aubio/default.nix
index abfb3985f261..d0a95b5d7733 100644
--- a/pkgs/development/libraries/aubio/default.nix
+++ b/pkgs/development/libraries/aubio/default.nix
@@ -2,11 +2,11 @@
 , python, alsaLib, jackaudio }:
 
 stdenv.mkDerivation rec {
-  name = "aubio-0.3.2";
+  name = "aubio-0.4.0";
 
   src = fetchurl {
-    url = "http://aubio.org/pub/${name}.tar.gz";
-    sha256 = "1k8j2m8wdpa54hvrqy6nqfcx42x6nwa77hi3ym0n22k192q8f4yw";
+    url = "http://aubio.org/pub/${name}.tar.bz2";
+    sha256 = "18ik5nn8n984f0wnrwdfhc06b8blqgm9b2hrm7hc9m0rr039mpj9";
   };
 
   buildInputs =