Merge pull request #228727 from wegank/audacity-bump

audacity: 3.3.0 -> 3.3.1

authored by Weijia Wang and committed by GitHub b19fb81f 73832d7f

+3 -2
+3 -2
pkgs/applications/audio/audacity/default.nix
··· 61 61 62 62 stdenv.mkDerivation rec { 63 63 pname = "audacity"; 64 - version = "3.3.0"; 64 + version = "3.3.1"; 65 65 66 66 src = fetchFromGitHub { 67 67 owner = pname; 68 68 repo = pname; 69 69 rev = "Audacity-${version}"; 70 - hash = "sha256-OQX3YFUdK9TR7ZuN2dZc6ZAWaqfftk5VH0qoOwbTAuM="; 70 + hash = "sha256-4L5ggu1izm9kichZBsJHAFq74q59xWGVYC11gy3K9go="; 71 71 }; 72 72 73 73 postPatch = '' ··· 150 150 "-Daudacity_conan_enabled=Off" 151 151 "-Daudacity_use_ffmpeg=loaded" 152 152 "-Daudacity_has_vst3=Off" 153 + "-Daudacity_has_crashreports=Off" 153 154 154 155 # RPATH of binary /nix/store/.../bin/... contains a forbidden reference to /build/ 155 156 "-DCMAKE_SKIP_BUILD_RPATH=ON"