audacity: 3.3.3 -> 3.4.1

This commit is contained in:
Weijia Wang
2023-11-10 23:39:12 +01:00
parent 3f616fad02
commit dd4f5a7064
+8 -5
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