forked from mirrors/nixpkgs
Revert "Merge pull request #20592 from TravisWhitaker/portaudio-update"
This reverts commit44122e2c0f
, reversing changes made tod66db992ae
. The hash wasn't changed, meaning this won't work and the build is most likely untested.
This commit is contained in:
parent
44122e2c0f
commit
902675b4e7
|
@ -1,10 +1,10 @@
|
|||
{ stdenv, fetchurl, alsaLib, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "portaudio-19-20161030";
|
||||
|
||||
name = "portaudio-19-20140130";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.portaudio.com/archives/pa_stable_v190600_20161030.tgz;
|
||||
url = http://www.portaudio.com/archives/pa_stable_v19_20140130.tgz;
|
||||
sha256 = "0mwddk4qzybaf85wqfhxqlf0c5im9il8z03rd4n127k8y2jj9q4g";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue