soundtouch: 1.8.0 -> 1.9.2

This commit is contained in:
Matthias Beyer 2016-05-15 13:18:56 +02:00
parent 4d2914ff9e
commit 3c8681646d

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pName = "soundtouch";
name = "${pName}-1.8.0";
name = "${pName}-1.9.2";
src = fetchurl {
url = "http://www.surina.net/soundtouch/${name}.tar.gz";
sha256 = "3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b";
sha256 = "04y5l56yn4jvwpv9mn1p3m2vi5kdym9xpdac8pmhwhl13r8qdsya";
};
buildInputs = [ autoconf automake libtool ];