audacity 3.3.3 -> 3.4.0 https://repology.org/project/audacity/versions attrpath: audacity Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix index d3c1d868d21f..60dea012ce8b 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.3"; + version = "3.4.0"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "Audacity-${version}"; - hash = "sha256-m38Awdv2ew+MKqd68x/ZsRBwidM2KJ3BRykIKgnFSx4="; + hash = "sha256-GSc2kCdqSlZivn6ZDBjFH5VCwP1rGW5qu3emnLCW0Hk="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A audacity nix build failed. -- Found Ogg: /nix/store/1mgdlhqc8mkwy4psa5v2s8yh1cvnfm15-libogg-1.3.5-dev/include -- Found FLAC: TRUE -- Found Opus: TRUE -- Could NOT find opusfile (missing: opusfile_INCLUDE_DIR opusfile_LIBRARIES) -- Found Vorbis: TRUE -- Found SndFile: /nix/store/s84w3ngm90bwwgk9znjql9s32lqjh3hz-libsndfile-1.2.2-dev/include -- Found PortAudio: PortAudio_INCLUDE_DIR: /nix/store/g89qxfg7vwjzq42qdj7zlz9qmmrz9bih-portaudio-190700_20210406/include PortAudio_LIBRARIES: /nix/store/g89qxfg7vwjzq42qdj7zlz9qmmrz9bih-portaudio-190700_20210406/lib/libportaudio.so CMake Error at build/find_package_include.cmake:18 (find_package): By not providing "FindRapidJSON.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "RapidJSON", but CMake did not find one. Could not find a package configuration file provided by "RapidJSON" with any of the following names: RapidJSONConfig.cmake rapidjson-config.cmake Add the installation prefix of "RapidJSON" to CMAKE_PREFIX_PATH or set "RapidJSON_DIR" to a directory containing one of the above files. If "RapidJSON" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): cmake-proxies/cmake-modules/AudacityDependencies.cmake:224 (include) CMakeLists.txt:578 (include)  -- Configuring incomplete, errors occurred!