2022-12-27T07:48:18 dssp 4.0.5 -> 4.2.0 https://repology.org/metapackage/dssp/versions 2022-12-27T07:48:21 attrpath: dssp 2022-12-27T07:48:21 Checking auto update branch... 2022-12-27T07:48:21 No auto update branch exists 2022-12-27T07:48:24 [version] 2022-12-27T07:48:26 [version] updated version and sha256 2022-12-27T07:48:26 [rustCrateVersion] 2022-12-27T07:48:26 [rustCrateVersion] No cargoSha256 found 2022-12-27T07:48:26 [golangModuleVersion] 2022-12-27T07:48:26 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-27T07:48:26 [updateScript] 2022-12-27T07:48:26 [updateScript] skipping because derivation has no updateScript 2022-12-27T07:48:26 2022-12-27T07:48:26 [quotedUrls] 2022-12-27T07:48:26 [quotedUrls] nothing found to replace 2022-12-27T07:48:26 Diff after rewrites: diff --git a/pkgs/applications/science/biology/dssp/default.nix b/pkgs/applications/science/biology/dssp/default.nix index 762b0515e85..29c5ef584bd 100644 --- a/pkgs/applications/science/biology/dssp/default.nix +++ b/pkgs/applications/science/biology/dssp/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "dssp"; - version = "4.0.5"; + version = "4.2.0"; src = fetchFromGitHub { owner = "PDB-REDO"; repo = pname; rev = "v${version}"; - sha256 = "1x35rdcm4fch66pjbmy73lv0gdb6g9y3v023a66512a6nzsqjsir"; + sha256 = "sha256-ndOGhiZW9nNktTwi6eetFkZG0Yh3zuspEMuAbiozQMY="; }; nativeBuildInputs = [ cmake ]; 2022-12-27T07:49:55 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dssp nix build failed. to a directory containing one of the above files. If "Mrc" provides a separate development package or SDK, be sure it has been installed.  CMake Warning at CMakeLists.txt:91 (message): Not using resources since mrc was not found  -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE CMake Error at CMakeLists.txt:99 (find_package): By not providing "Findlibmcfp.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "libmcfp", but CMake did not find one. Could not find a package configuration file provided by "libmcfp" with any of the following names: libmcfpConfig.cmake libmcfp-config.cmake Add the installation prefix of "libmcfp" to CMAKE_PREFIX_PATH or set "libmcfp_DIR" to a directory containing one of the above files. If "libmcfp" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log".