audacity: 2.3.1 -> 2.3.2

https://www.audacityteam.org/audacity-2-3-2-released/
This commit is contained in:
Will Dietz 2019-05-15 19:57:04 -05:00
parent 15eb98dcec
commit ff884c8371
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -7,12 +7,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "2.3.1";
version = "2.3.2";
name = "audacity-${version}";
src = fetchurl {
url = "https://github.com/audacity/audacity/archive/Audacity-${version}.tar.gz";
sha256 = "089kz6hgqg0caz33sps19wpkfnza5gf7brdq2p9y6bnwkipw1w9f";
sha256 = "0cf7fr1qhyyylj8g9ax1rq5sb887bcv5b8d7hwlcfwamzxqpliyc";
};
preConfigure = /* we prefer system-wide libs */ ''