3
0
Fork 0
forked from mirrors/nixpkgs

update caps to 0.9.24

This commit is contained in:
Bart Brouns 2015-06-07 12:05:11 +02:00
parent 944972ba4a
commit dbec88f564

View file

@ -1,10 +1,10 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "caps-${version}"; name = "caps-${version}";
version = "0.9.16"; version = "0.9.24";
src = fetchurl { src = fetchurl {
url = "http://www.quitte.de/dsp/caps_${version}.tar.bz2"; url = "http://www.quitte.de/dsp/caps_${version}.tar.bz2";
sha256 = "117l04w2zwqak856lihmaxg6f22vlz71knpxy0axiyri0x82lbwv"; sha256 = "081zx0i2ysw5nmy03j60q9j11zdlg1fxws81kwanncdgayxgwipp";
}; };
configurePhase = '' configurePhase = ''
echo "PREFIX = $out" > defines.make echo "PREFIX = $out" > defines.make