summary refs log tree commit diff
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2015-06-07 14:38:51 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2015-06-07 14:38:51 +0300
commitd2ee96c7b82bf6677190e81c318dbac4e14e071f (patch)
tree89e04005c3e83cf80aec8082ea8bd508f1d8e8af
parent8b0b9be025ba5dcc40197c99629e5271b8e0c9ce (diff)
parentdbec88f5643b5fa01e5d9dcf1f039e10acf05ac0 (diff)
downloadnixlib-d2ee96c7b82bf6677190e81c318dbac4e14e071f.tar
nixlib-d2ee96c7b82bf6677190e81c318dbac4e14e071f.tar.gz
nixlib-d2ee96c7b82bf6677190e81c318dbac4e14e071f.tar.bz2
nixlib-d2ee96c7b82bf6677190e81c318dbac4e14e071f.tar.lz
nixlib-d2ee96c7b82bf6677190e81c318dbac4e14e071f.tar.xz
nixlib-d2ee96c7b82bf6677190e81c318dbac4e14e071f.tar.zst
nixlib-d2ee96c7b82bf6677190e81c318dbac4e14e071f.zip
Merge pull request #8208 from magnetophon/caps-update-master
update caps to 0.9.24
-rw-r--r--pkgs/applications/audio/caps/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/caps/default.nix b/pkgs/applications/audio/caps/default.nix
index 49880f6c0f31..b50042912715 100644
--- a/pkgs/applications/audio/caps/default.nix
+++ b/pkgs/applications/audio/caps/default.nix
@@ -1,10 +1,10 @@
 { stdenv, fetchurl }:
 stdenv.mkDerivation rec {
   name = "caps-${version}";
-  version = "0.9.16";
+  version = "0.9.24";
   src = fetchurl {
     url = "http://www.quitte.de/dsp/caps_${version}.tar.bz2";
-    sha256 = "117l04w2zwqak856lihmaxg6f22vlz71knpxy0axiyri0x82lbwv";
+    sha256 = "081zx0i2ysw5nmy03j60q9j11zdlg1fxws81kwanncdgayxgwipp";
   };
   configurePhase = ''
     echo "PREFIX = $out" > defines.make