audacity: update to 2.0.2
This commit is contained in:
parent
f0997b9737
commit
0ef727ba74
@ -4,12 +4,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.0.0";
|
version = "2.0.2";
|
||||||
name = "audacity-${version}";
|
name = "audacity-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://audacity.googlecode.com/files/audacity-minsrc-${version}.tar.bz2";
|
url = "http://audacity.googlecode.com/files/audacity-minsrc-${version}.tar.bz2";
|
||||||
sha256 = "0spbib3f86b4qri0g13idyxvysg28hkpsglmjza681zrln62hjfq";
|
sha256 = "17c7p5jww5zcg2k2fs1751mv5kbadcmgicszi1zxwj2p5b35x2mc";
|
||||||
};
|
};
|
||||||
buildInputs = [ pkgconfig wxGTK libsndfile expat alsaLib libsamplerate
|
buildInputs = [ pkgconfig wxGTK libsndfile expat alsaLib libsamplerate
|
||||||
libvorbis libmad flac id3lib ffmpeg gettext ];
|
libvorbis libmad flac id3lib ffmpeg gettext ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user