3
0
Fork 0
forked from mirrors/nixpkgs

Revert "Merge pull request #20592 from TravisWhitaker/portaudio-update"

This reverts commit 44122e2c0f, reversing
changes made to d66db992ae.

The hash wasn't changed, meaning this won't work and the build is most
likely untested.
This commit is contained in:
Vladimír Čunát 2016-11-25 07:52:56 +01:00
parent 44122e2c0f
commit 902675b4e7
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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";
};