postsrsd 1.12 -> 2.0.8 https://repology.org/project/postsrsd/versions 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/mail/postsrsd/default.nix b/pkgs/servers/mail/postsrsd/default.nix index c31fadc8ecbd..ea831cd8c521 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.8"; src = fetchFromGitHub { owner = "roehling"; repo = "postsrsd"; rev = version; - sha256 = "sha256-aSI9TR1wSyMA0SKkbavk+IugRfW4ZEgpzrNiXn0F5ak="; + sha256 = "sha256-e6tFFl5Eyph1+oYNqal7Rp+Z/JHHSsj5qBSxY2YYLts="; }; cmakeFlags = [ "-DGENERATE_SRS_SECRET=OFF" "-DINIT_FLAVOR=systemd" ]; Received ExitFailure 1 when running Raw command: /nix/store/cydbsmqkxk30didm1rlz8ffk5wfa9gva-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A postsrsd nix build failed. status_code: 6 status_string: "Couldn't resolve host name" log: --- LOG BEGIN --- Could not resolve host: github.com Closing connection --- 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/17r6ld906midfv8y7997fd56s7a87vrg-cmake-3.28.3/share/cmake-3.28/Modules/FetchContent.cmake:1679 (message): Build step for confuse failed: 2 Call Stack (most recent call first): /nix/store/17r6ld906midfv8y7997fd56s7a87vrg-cmake-3.28.3/share/cmake-3.28/Modules/FetchContent.cmake:1819:EVAL:2 (__FetchContent_directPopulate) /nix/store/17r6ld906midfv8y7997fd56s7a87vrg-cmake-3.28.3/share/cmake-3.28/Modules/FetchContent.cmake:1819 (cmake_language) /nix/store/17r6ld906midfv8y7997fd56s7a87vrg-cmake-3.28.3/share/cmake-3.28/Modules/FetchContent.cmake:2033 (FetchContent_Populate) cmake/utils.cmake:14 (FetchContent_MakeAvailable) CMakeLists.txt:203 (add_autotools_dependency)  -- Configuring incomplete, errors occurred!