Merge pull request #266743 from wegank/audacity-bump

audacity: 3.3.3 -> 3.4.1
This commit is contained in:
Martin Weinelt 2023-11-11 12:11:45 +01:00 committed by GitHub
commit 49ab0c849e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchFromGitHub
, fetchpatch
, cmake
, makeWrapper
, wrapGAppsHook
@ -15,6 +14,8 @@
, lv2
, lilv
, mpg123
, opusfile
, rapidjson
, serd
, sord
, sqlite
@ -61,13 +62,13 @@
stdenv.mkDerivation rec {
pname = "audacity";
version = "3.3.3";
version = "3.4.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
owner = "audacity";
repo = "audacity";
rev = "Audacity-${version}";
hash = "sha256-m38Awdv2ew+MKqd68x/ZsRBwidM2KJ3BRykIKgnFSx4=";
hash = "sha256-g9VdwVRrZrIKd4VUU12C691aM2ilgTJdW5Ic7sokk4M=";
};
postPatch = ''
@ -109,8 +110,10 @@ stdenv.mkDerivation rec {
lilv
lv2
mpg123
opusfile
pcre
portmidi
rapidjson
serd
sord
soundtouch