summary refs log tree commit diff
path: root/pkgs/development/libraries/audio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-17 08:55:26 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-17 17:55:26 +0200
commit4af3190e41666c24a628e001670ce255b282cf16 (patch)
tree6c441f311587283ba6c8a4ec04335ea9576557d7 /pkgs/development/libraries/audio
parentb6b4b3fa065852d5ab483e449aac4ecc6c7af0ca (diff)
downloadnixpkgs-4af3190e41666c24a628e001670ce255b282cf16.tar
nixpkgs-4af3190e41666c24a628e001670ce255b282cf16.tar.gz
nixpkgs-4af3190e41666c24a628e001670ce255b282cf16.tar.bz2
nixpkgs-4af3190e41666c24a628e001670ce255b282cf16.tar.lz
nixpkgs-4af3190e41666c24a628e001670ce255b282cf16.tar.xz
nixpkgs-4af3190e41666c24a628e001670ce255b282cf16.tar.zst
nixpkgs-4af3190e41666c24a628e001670ce255b282cf16.zip
zita-convolver: 3.1.0 -> 4.0.0 (#41924)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/zita-convolver/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/d4fff99f47b470ae2fb591d4d0eca6a9
- du listing: https://gist.github.com/fa1de3cf8f7b6e64c8bcf06617b79635
Diffstat (limited to 'pkgs/development/libraries/audio')
-rw-r--r--pkgs/development/libraries/audio/zita-convolver/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/audio/zita-convolver/default.nix b/pkgs/development/libraries/audio/zita-convolver/default.nix
index 578bc7f4a2d..48a409b5367 100644
--- a/pkgs/development/libraries/audio/zita-convolver/default.nix
+++ b/pkgs/development/libraries/audio/zita-convolver/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   name = "zita-convolver-${version}";
-  version = "3.1.0";
+  version = "4.0.0";
   src = fetchurl {
     url = "http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${name}.tar.bz2";
-    sha256 = "14qrnczhp5mbwhky64il7kxc4hl1mmh495v60va7i2qnhasr6zmz";
+    sha256 = "0fx7f48ls0rlndqrmd4k7ifpnml39yxzc2f0n6xyysypgn06y673";
   };
 
   buildInputs = [ fftwFloat ];