CHOWTapeModel 2.10.0 -> 2.11.3 https://github.com/jatinchowdhury18/AnalogTapeModel/releases attrpath: CHOWTapeModel Checking auto update branch... An auto update branch exists with message `CHOWTapeModel: 2.10.0 -> 2.11.1`. New version is 2.11.3. The auto update branch does not match or exceed the new version. [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/CHOWTapeModel/default.nix b/pkgs/applications/audio/CHOWTapeModel/default.nix index c36de2cb878d..10b885d9d548 100644 --- a/pkgs/applications/audio/CHOWTapeModel/default.nix +++ b/pkgs/applications/audio/CHOWTapeModel/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "CHOWTapeModel"; - version = "2.10.0"; + version = "2.11.3"; src = fetchFromGitHub { owner = "jatinchowdhury18"; repo = "AnalogTapeModel"; rev = "v${version}"; - sha256 = "sha256-iuT7OBRBtMkjcTHayCcne1mNqkcxzKnEYl62n65V7Z4="; + sha256 = "sha256-4/l97qZ6H9PDdt7nTbnkeWt5c40iW9TcnHW2PcDaerQ="; fetchSubmodules = true; }; 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 CHOWTapeModel nix build failed. 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /build/source/Plugin/modules/JUCE/modules/juce_gui_basics/juce_gui_basics.h:271: /build/source/Plugin/modules/JUCE/modules/juce_gui_basics/windows/juce_ComponentPeer.h: In member function 'void juce::ComponentPeer::setAppStyle(Style)': /build/source/Plugin/modules/JUCE/modules/juce_gui_basics/windows/juce_ComponentPeer.h:504:18: error: 'exchange' is not a member of 'std' 504 | if (std::exchange (style, s) != style) | ^~~~~~~~ make[2]: *** [extras/Build/juceaide/CMakeFiles/juceaide.dir/build.make:76: extras/Build/juceaide/CMakeFiles/juceaide.dir/Main.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:131: extras/Build/juceaide/CMakeFiles/juceaide.dir/all] Error 2 make: *** [Makefile:136: all] Error 2  -- Configuring incomplete, errors occurred!