mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
soundtouch: 1.8.0 -> 1.9.2
This commit is contained in:
parent
4d2914ff9e
commit
3c8681646d
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user