postsrsd 1.12 -> 2.0.2 https://github.com/roehling/postsrsd/releases attrpath: postsrsd 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/servers/mail/postsrsd/default.nix b/pkgs/servers/mail/postsrsd/default.nix index 99e3dbfdc43..d893ed396f5 100644 --- a/pkgs/servers/mail/postsrsd/default.nix +++ b/pkgs/servers/mail/postsrsd/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "postsrsd"; - version = "1.12"; + version = "2.0.2"; src = fetchFromGitHub { owner = "roehling"; repo = "postsrsd"; rev = version; - sha256 = "sha256-aSI9TR1wSyMA0SKkbavk+IugRfW4ZEgpzrNiXn0F5ak="; + sha256 = "sha256-fkR4lf6anoVgq0vj6qOopXyUeff1cmSXMCRALNdauCM="; }; cmakeFlags = [ "-DGENERATE_SRS_SECRET=OFF" "-DINIT_FLAVOR=systemd" ]; 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 postsrsd nix build failed. log: --- LOG BEGIN --- Could not resolve host: github.com Closing connection 0 --- LOG END --- make[2]: *** [CMakeFiles/confuse-populate.dir/build.make:100: confuse-populate-prefix/src/confuse-populate-stamp/confuse-populate-download] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/confuse-populate.dir/all] Error 2 make: *** [Makefile:91: all] Error 2  CMake Error at /nix/store/91inqf4np32q02gzma2p5mgbi4rpx2vx-cmake-3.24.3/share/cmake-3.24/Modules/FetchContent.cmake:1604 (message): Build step for confuse failed: 2 Call Stack (most recent call first): /nix/store/91inqf4np32q02gzma2p5mgbi4rpx2vx-cmake-3.24.3/share/cmake-3.24/Modules/FetchContent.cmake:1744:EVAL:2 (__FetchContent_directPopulate) /nix/store/91inqf4np32q02gzma2p5mgbi4rpx2vx-cmake-3.24.3/share/cmake-3.24/Modules/FetchContent.cmake:1744 (cmake_language) /nix/store/91inqf4np32q02gzma2p5mgbi4rpx2vx-cmake-3.24.3/share/cmake-3.24/Modules/FetchContent.cmake:1958 (FetchContent_Populate) cmake/utils.cmake:14 (FetchContent_MakeAvailable) CMakeLists.txt:173 (add_autotools_dependency)  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log". See also "/build/source/build/CMakeFiles/CMakeError.log".