diff options
author | R. RyanTM <ryantm-bot@ryantm.com> | 2020-05-17 01:04:47 +0000 |
---|---|---|
committer | R. RyanTM <ryantm-bot@ryantm.com> | 2020-05-17 01:04:47 +0000 |
commit | d32d97b72020ed1ec2f16171db81f8406c0e239e (patch) | |
tree | 791c7af11982899b901a005b62dd5da7eab3365c | |
parent | 85a05878846b75254f97b8690c18a470cfe982f0 (diff) |
audacity: 2.3.3 -> 2.4.0
-rw-r--r-- | pkgs/applications/audio/audacity/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix index f1e652cbcad5e..72669aa183baa 100644 --- a/pkgs/applications/audio/audacity/default.nix +++ b/pkgs/applications/audio/audacity/default.nix @@ -7,12 +7,12 @@ with stdenv.lib; stdenv.mkDerivation rec { - version = "2.3.3"; + version = "2.4.0"; pname = "audacity"; src = fetchzip { url = "https://github.com/audacity/audacity/archive/Audacity-${version}.tar.gz"; - sha256 = "0ddc03dbm4ixy877czmwd03fpjgr3y68bxfgb6n2q6cv4prp30ig"; + sha256 = "1f0lbzisqaj4pr9xxsx105a9ibym2qbngalnsb7iwmcvyrpc0l6a"; }; preConfigure = /* we prefer system-wide libs */ '' |