dssp 4.0.5 -> 4.2.1 https://repology.org/metapackage/dssp/versions attrpath: dssp 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/science/biology/dssp/default.nix b/pkgs/applications/science/biology/dssp/default.nix index 762b0515e85..0da4cdfa5a7 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.1"; src = fetchFromGitHub { owner = "PDB-REDO"; repo = pname; rev = "v${version}"; - sha256 = "1x35rdcm4fch66pjbmy73lv0gdb6g9y3v023a66512a6nzsqjsir"; + sha256 = "sha256-WtWUuAG5XKMMlFlvZUCY5pVr63UCfeS8skLxMz+G22U="; }; nativeBuildInputs = [ cmake ]; 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 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".