mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
portaudio: update to v19_20140130
This commit is contained in:
parent
5b41db9765
commit
4696dc4033
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, alsaLib, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "portaudio-19-20111121";
|
||||
name = "portaudio-19-20140130";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.portaudio.com/archives/pa_stable_v19_20111121.tgz;
|
||||
sha256 = "168vmcag3c5y3zwf7h5298ydh83g72q5bznskrw9cr2h1lrx29lw";
|
||||
url = http://www.portaudio.com/archives/pa_stable_v19_20140130.tgz;
|
||||
sha256 = "0mwddk4qzybaf85wqfhxqlf0c5im9il8z03rd4n127k8y2jj9q4g";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig ]
|
||||
|
|
Loading…
Reference in a new issue