about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-28 22:55:24 +0300
committerGitHub <noreply@github.com>2023-04-28 22:55:24 +0300
commitb19fb81fed7a5c3aa2959f2f560e7e6e9bd7f31c (patch)
tree9baf16b1d12ab1cc1f5f63d71887947637d9f0b8
parent73832d7f690abc3782fd91468650e08c269498e4 (diff)
parent76abe35ff1aa7c8b320f7c7d21b50e4929e6c5f6 (diff)
Merge pull request #228727 from wegank/audacity-bump
audacity: 3.3.0 -> 3.3.1
-rw-r--r--pkgs/applications/audio/audacity/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix
index fcaebc059b1e3..a531269bc43cb 100644
--- a/pkgs/applications/audio/audacity/default.nix
+++ b/pkgs/applications/audio/audacity/default.nix
@@ -61,13 +61,13 @@
 
 stdenv.mkDerivation rec {
   pname = "audacity";
-  version = "3.3.0";
+  version = "3.3.1";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "Audacity-${version}";
-    hash = "sha256-OQX3YFUdK9TR7ZuN2dZc6ZAWaqfftk5VH0qoOwbTAuM=";
+    hash = "sha256-4L5ggu1izm9kichZBsJHAFq74q59xWGVYC11gy3K9go=";
   };
 
   postPatch = ''
@@ -150,6 +150,7 @@ stdenv.mkDerivation rec {
     "-Daudacity_conan_enabled=Off"
     "-Daudacity_use_ffmpeg=loaded"
     "-Daudacity_has_vst3=Off"
+    "-Daudacity_has_crashreports=Off"
 
     # RPATH of binary /nix/store/.../bin/... contains a forbidden reference to /build/
     "-DCMAKE_SKIP_BUILD_RPATH=ON"