p4c 1.2.4.1 -> 1.2.4.8 https://github.com/p4lang/p4c/releases attrpath: p4c 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/development/compilers/p4c/default.nix b/pkgs/development/compilers/p4c/default.nix index 99ec78c6ecee..723adbcb283c 100644 --- a/pkgs/development/compilers/p4c/default.nix +++ b/pkgs/development/compilers/p4c/default.nix @@ -27,13 +27,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "p4c"; - version = "1.2.4.1"; + version = "1.2.4.8"; src = fetchFromGitHub { owner = "p4lang"; repo = "p4c"; rev = "v${finalAttrs.version}"; - hash = "sha256-Whdryz1Gt0ymE7cj+mI95lW3Io9yBvLqcWa04gu5zEw="; + hash = "sha256-GHpWGmWbGSzWI+c82newDoB5JWnPW0pez1p9TQkExSQ="; 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 p4c nix build failed. error: downloading 'https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protobuf-cpp-3.21.12.tar.gz' 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/protobuf-populate.dir/build.make:100: protobuf-populate-prefix/src/protobuf-populate-stamp/protobuf-populate-download] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/protobuf-populate.dir/all] Error 2 make: *** [Makefile:91: all] Error 2 CMake Error at /nix/store/hkhmxs4n1agpdpyamlh2b78pm9wch0br-cmake-3.27.9/share/cmake-3.27/Modules/FetchContent.cmake:1662 (message): Build step for protobuf failed: 2 Call Stack (most recent call first): /nix/store/hkhmxs4n1agpdpyamlh2b78pm9wch0br-cmake-3.27.9/share/cmake-3.27/Modules/FetchContent.cmake:1802:EVAL:2 (__FetchContent_directPopulate) /nix/store/hkhmxs4n1agpdpyamlh2b78pm9wch0br-cmake-3.27.9/share/cmake-3.27/Modules/FetchContent.cmake:1802 (cmake_language) cmake/P4CUtils.cmake:432 (FetchContent_Populate) cmake/Protobuf.cmake:64 (fetchcontent_makeavailable_but_exclude_install) CMakeLists.txt:155 (p4c_obtain_protobuf)  -- Configuring incomplete, errors occurred!